Use Konqueror to create ssh / scp connection
Posted on December 18th, 2007 by linux
Use Konqueror to create ssh / scp connection and copy your files or edit them remotely.
- open Konqueror
- to connect to myserver.local as user foobar type:
fish://foobar@myserver.local
more info about command line linux ssh connection
[...] so but there are other tools which can do similar job: – quickest option is to you fish protocol : Use Konqueror to create ssh / scp connection | blog.linuxconfig.org – you can do NFS but use SSH tunneling for that to make it secure – other options are ftp or webdav [...]