You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.
$ scp [email protected]:/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
The text was updated successfully, but these errors were encountered: