$ sudo vi /etc/ssh/ssh_config
Uncomment or add
GSSAPIAuthentication no
GSSAPIDelegateCredentials no
Thats it ... now run your ssh and scp, they should prompt for password immediately (ssh loads the config from ssh_config). Atleast that was my issue .. people did ask to change sshd_config and restart sshd , but that didnt help, i had to do it in ssh_config.
No comments:
Post a Comment