LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ssh permisions for single user (https://www.linuxquestions.org/questions/linux-newbie-8/ssh-permisions-for-single-user-885599/)

vintage2010 06-10-2011 10:15 AM

ssh permisions for single user
 
I have a user that can ssh to every computer on our network expect for one. I verified that it has to be the account by having the user ssh from a different computer. the results were the same.

What am I missing?

bsdunix 06-10-2011 10:47 AM

A problem with the remote host identification in the user's $HOME/.ssh/known_hosts file?

http://www.cyberciti.biz/faq/warning...-and-solution/

manyrootsofallevil 06-10-2011 02:16 PM

Quote:

Originally Posted by vintage2010 (Post 4381957)
I have a user that can ssh to every computer on our network expect for one. I verified that it has to be the account by having the user ssh from a different computer. the results were the same.

What am I missing?

try
Code:

ssh user@hostname -vvv
won't solve your problem but it will give you very detailed information of what is going on


All times are GMT -5. The time now is 01:06 AM.