SSH private key to Ubuntu works from command line but not using Remmina

10,538

Seems like you need to specify the public key as well:

https://github.com/FreeRDP/Remmina/issues/92

The "identity file" seems to specify the private key.

Share:
10,538

Related videos on Youtube

jeffery_the_wind
Author by

jeffery_the_wind

Currently a Doctoral student in the Dept. of Math and Stats at Université de Montréal. In the past I have done a lot of full stack development and applied math. Now trying to focus more on the pure math side of things and theory. Always get a lot of help from the Stack Exchange Community! Math interests include optimization and Algebra although in practice I do a lot of machine learning.

Updated on September 18, 2022

Comments

  • jeffery_the_wind
    jeffery_the_wind over 1 year

    I have been trying to figure out why I can't get SSH working using Remmina SSH client. In an Ubuntu 12.10 environment, I can connect with my server from the command line using openssh server, like this:

    ssh -i privatekey.pem username@hostIP
    

    Everything is good using this way.

    But now I want to connect a remote desktop session to the same server, but I need to connect through an SSH tunnel. Anyway i have xrdp running on the server and I will connect using RDP through an SSH tunnel, I am using Remmina Remote Desktop program to do this. But first i just wanted to use Remmina SSH to make sure that was working. And it doesn't work! Each time I try to connect I get this error:

    SSH public key authentication failed: Public key file doesn't exist
    

    The settings in Remmina for SSH are very simple:

    host
    username
    indentity file (privatekey.pem)
    

    Does anyone know why SSH works in the command line but fails to work through Remmina? Is it a bug in Remmina? Or am I missing something?

    Thanks!

  • Sebastián Vansteenkiste
    Sebastián Vansteenkiste over 3 years
    where did you put that ".bashrc" file? Also: do you invoke it as Post Command? Pre Command? or Startup program?