Results 1 to 2 of 2

Thread: ssh not working on PC to access Raspberry Pi running ubuntu.

  1. #1
    Join Date
    Dec 2023
    Beans
    7

    ssh not working on PC to access Raspberry Pi running ubuntu.

    I have issue running ssh service. The exact issue is as follows whn I try
    HTML Code:
    ssh server@ip -vvv
    . Then I tried some suggestions from the following post but it did not help. I think some weird thing is happening with ssh on my PC

    https://askubuntu.com/questions/3115...nied-publickey

    debug3: send packet: type 50
    debug2: we sent a publickey packet, wait for reply
    debug3: receive packet: type 51
    debug1: Authentications that can continue: publickey
    debug2: we did not send a packet, disable method
    debug1: No more authentication methods to try.
    ubuntu@192.168.0.104: Permission denied (publickey).


  2. #2
    Join Date
    Mar 2010
    Location
    Been there, meh.
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: ssh not working on PC to access Raspberry Pi running ubuntu.

    https://blog.jdpfu.com/2015/08/17/tr...sh-connections is an ssh troubleshooting guide. Definitely check the file and directory permissions. Sometimes it is best to wipe the ~/.ssh/ directory on the both systems and start over completely, to ensure any left over keys or authorized host have been left behind.

Bookmarks

Posting Permissions

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