Results 1 to 2 of 2
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).
...
- 04-22-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 1
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
- 04-22-2007 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
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...To be good, you must first be bad. "Newbie" is a rank, not a slight.


Reply With Quote
