Find the answer to your Linux question:
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 ...
  1. #1
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281

    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

    PHP Code:
    [B][root@abj me]# ssh me@192.168.1.2[/B]
    me@192.168.1.2-s password:
    Permission deniedplease try again.
    me@192.168.1.2-s password:
    Permission deniedplease try again.
    me@192.168.1.2-s password:
    Permission denied (Publickey,password
    i just came to know that this error can be removed by exchanging public keys but dont know how to do that...
    i googled alot to fix that problem but wasnt able to remove it
    can anybody please tell me how to remove this problem.
    regards
    Linux is basically a simple operating system, but you have to be a genious to understand the simplicaity - Dennis Ritchie

  2. #2
    Just 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

  3. #3
    Linux User bilal_jan's Avatar
    Join Date
    Mar 2008
    Location
    Pakistan
    Posts
    281
    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

  4. #4
    Just 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 .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...