I have desktop running:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
IP 192.168.1.111 (static)
I have server running:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
IP 192.168.1.113 (static)
On server I have configured /etc/ssh/sshd_config to include AllowUsers xyz.
Since installed Samba server using guide at https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04, I can not ssh any more.
I removed Samba usinf sudo apt-get --purge remove nfs-kernel-server nfs-common
but still can not SSH.
What am I doing wrong?
I can ping to my server 192.168.1.113
Error message: "ssh: connect to host 192.168.1.113 port #some_number: Connection timed out"
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
IP 192.168.1.111 (static)
I have server running:
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
IP 192.168.1.113 (static)
On server I have configured /etc/ssh/sshd_config to include AllowUsers xyz.
Since installed Samba server using guide at https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-14-04, I can not ssh any more.
I removed Samba usinf sudo apt-get --purge remove nfs-kernel-server nfs-common
but still can not SSH.
What am I doing wrong?
I can ping to my server 192.168.1.113
Error message: "ssh: connect to host 192.168.1.113 port #some_number: Connection timed out"