Open gdha opened 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
/etc/ssh/sshd_config
PasswordAuthentication no
PasswordAuthentication yes
we should fix this in the provisioning script. Do not forget to restart sshd as service sshd restart
service sshd restart
$ 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
intoPasswordAuthentication yes
we should fix this in the provisioning script. Do not forget to restart sshd as
service sshd restart