Dolphin sftp multi step auth

You just need to setup an ssh config file in your home directory.

Create, or append this, to the file:

~/.ssh/config


Host myhost
   HostName example.com
   User myuser
   IdentityFile ~/.ssh/my_key

(With your proper values.)

Or wait, am I reading you right?