M HYPE SPLASH
// news

SFTP GUI +SSH Key

By Emily Wilson

Is there any application that allows connecting via SFTP using private keys rather than password?

I know that I can do that via Nautilus, but I would prefer some standalone application.

3 Answers

I would try FileZilla.

sudo apt-get install filezilla

It proved to be reliable and feature-rich for me.

Here is the Wiki page on how to SSH2 keybased authentication works.

1

Adding to what @Octavian Damiean says (since FileZilla's sftp description wasn't helpful to me), I'm successfully using it with sftp, some of findings are as follows:

  • set public key to filizilla via "Settings --> Connection --> SFTP" (FZ converts the file into .ppk file and asks where to store).
  • Create server setting for the server you're connecting to via "File --> Site Manager".
    • Port: (can be blank)
    • Logon type: Interactive
    • User: the one that you use with ssh from commandline

HTH.

Another GUI for mounting and managing a remote file system is gigolo

sudo apt-get install gigolo

Run gigolo

gigolo

Choose type of connection (FTP, Obex, SSH, WinDav or Windows Share). Enter URL, User ID and Password for remote server. The remote file system shows up as a folder under "Network" in the local file browser.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy