-
problem with ssh
hello linux users
i have a problem with ssh, when i try to log in to my comp remotely with ssh i get the following msg :
Permission denied (publickey,gssapi-with-mic).
i have also replaced my ssh_config, sshd_config file with the proper ones(from a user who has no problem in ssh) but still i am not able to log in
any help will be highly appreciated
-
The error message you supplied suggests that only public key and gssapi-with-mic are available for authentication. Have you set up a public key or gssapi?
If you are trying to use a password to get onto your server then you will need to edit your sshd_config to allow it (and restart sshd), and usually root login is forbidden remotely which can trip people up.
Let us know how you get on,
Chris...