I don't know why my Ubuntu installations does not have sshd enabled by default. I always have to install sshd after the system installation is complete.
I issue the following comand in order to install ssh server and client (if the later is not already installed)
sudo apt-get install openssh-server openssh-client
Then I just can try it typing the command
ssh localhost
And from a remote host
ssh server-ip
With all of these performed, everything worked like charm
No hay comentarios:
Publicar un comentario