ssh into server with dolphin

Hi I want to ssh in to my server (on lan) using Dolphin, so i open location bar ssh://user@ipadd I then get Term open up ask for password then sayes connected but I dont get a folder view in dolphin, I can do it ok on Ubuntu this way ( using nautilus) any ideas thks in advance

If you use ssh in dolphin address bar like this:
Eg;
fish://xxxx@192.168.0.2/home

There is no terminal involved. You may get a password request box if you have password enabled.

OR.

Using a terminal in your remote machine to ssh -X xxxx@192.168.0.2

Once logged in, you can start dolphin on the server to display in the X of the remote machine

Brilliant it worked just got to get used to different commands:\

Great…Enjoy;)

Just 1 more thing all worked ok but why (fish):\

It’s a KDE thing
Linux Online - Lesson: Goin’ Fishin’

I’d better use sftp://

but hey what if my default port is not 22 for ssh then what do i do???

TIA!

I think you can take care of that in “$HOME/.ssh/config”. Just add a line


Port    123

(or whatever port number).

If you add that for host “*” it applies everywhere. Otherwise you can make it different for different hosts.

Check


man ssh_config

for documentation.

You should be able to specify the port number on the URL, f.e. sftp://myhost:99/