Results 1 to 4 of 4
hello everyone
i am trying to log to my server(running ubuntu8.10) from my client PC(running FC
here is what my problem is
i issue the following command from the terminal
...
- 03-11-2009 #1
problem loging with OpenSSH
hello everyone
i am trying to log to my server(running ubuntu8.10) from my client PC(running FC
here is what my problem is
i issue the following command from the terminal
i just came to know that this error can be removed by exchanging public keys but dont know how to do that...PHP Code:[B][root@abj me]# ssh me@192.168.1.2[/B]
me@192.168.1.2-s password:
Permission denied, please try again.
me@192.168.1.2-s password:
Permission denied, please try again.
me@192.168.1.2-s password:
Permission denied (Publickey,password)
i googled alot to fix that problem but wasnt able to remove it
can anybody please tell me how to remove this problem.
regardsLinux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-11-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 35
login on 192.168.1.2 with me user
rm -rf .ssh/*
try again to login from the machine 1
- 03-12-2009 #3
Fantaman that really worked , thanks man ... thanks alot
can u just tell me what does this command does
rm -rf .ssh/*Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie
- 03-12-2009 #4Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Hi,
The .ssh folder contained the informations about your old logins . The command It will remove all the files under .ssh directory .


Reply With Quote