How to Use ‘remote:/’ KIO and KNetAttach

add-network-folderIn my post two weeks ago, I introduced you to KDE’s KIO slaves and gave you a brief overview of the services they offer. One of the KIO protocols is remote:/, which relies on KNetAttach to create virtual network folders.  With it, you can create folders for the following services:

1. WebFolder (webdav)
2. FTP
3. Microsoft Windows network drive (using Samba)
4. Secure shell (ssh)

Each one has its slightly unique features and requirements, and in this post, you will learn about each one.

There are two ways to start KNetAttach. One, which we already discussed, is to go to remote:/ in Dolphin or Konqueror. Then, simply click on Add Network Folder. The other method is to press Alt-F2, type “knetattach” and press Enter.

2 Useful SSH Tricks to Improve Your System Security

OpenSSH LogoA few days ago, Tavis wrote a great article on How to use SSH X-forwarding to Run Remote Apps. X forwarding is indeed a very handy feature of SSH, so I thought it would be a good time to expand on some of the other great uses for this excellent piece of software (and some related tools). Today, we’ll cover SCP and SSHFS.

To follow this guide, you’ll need the following:

- Client computer with openssh-client installed (for Windows, use Putty)
- Server computer with openssh-server installed (Available on any UNIX-style system)
- A working set of login credentials on the server

How to use SSH X-forwarding to Run Remote Apps

200x-orgThere are times when it is just quicker, easier or even necessary to use a graphical application, and there are also times when you might be away from the computer that has your crucial applications installed. Whatever the scenario, Linux and other operating systems running an X server have the ability to forward a graphical application through SSH. Following a few simple steps, you can run a remote application in all of its full graphical glory.

1