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

1