rear / rear-workshop-osbconf-2016

The rear workshop for OSBconf 2016
GNU General Public License v3.0
1 stars 0 forks source link

ssh login not possible on client or server from host #2

Open gdha opened 8 years ago

gdha commented 8 years ago

$ scp root@192.168.33.15:/export/nfs/client/rear-client.iso . Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

edit /etc/ssh/sshd_config and change line: PasswordAuthentication no into PasswordAuthentication yes

we should fix this in the provisioning script. Do not forget to restart sshd as service sshd restart