On the left hand side of the Dolphin window, click Network. There will be a item for adding a network location like ftp or scp. Dolphin is a great file manager...
Host <any-host-name-of-your-choice>
HostName <provided host name, must be the
address>
User <username to login>
Port <if you have a port, else remove this
line>
IdentityFile ~/.ssh/<valid key path>.key
Save the file, in Dolphin Address bar type sftp://<any-host-name-of-your-choice>
this will connect to server using dolphin and private key file.
On the left hand side of the Dolphin window, click Network. There will be a item for adding a network location like ftp or scp. Dolphin is a great file manager...
If you just want a quick connection, you can click the navigation breadcrumbs on above the file list (or Ctrl+L) and type directly:
SFTP in Dolphin is implemented as fish
If you want to connect using a key file.
config file may look like this
Host <any-host-name-of-your-choice>
HostName <provided host name, must be the address>
User <username to login>
Port <if you have a port, else remove this line>
IdentityFile ~/.ssh/<valid key path>.key
Save the file, in Dolphin Address bar type sftp://<any-host-name-of-your-choice>
this will connect to server using dolphin and private key file.
I am not sure how exactly Dolphin works, seems like its using KIO under the hood so:
Added sftp for me.