Tag: ssh

Show Posts in

View Remote Server Windows Using SSH X11 Forwarding

It’s possible to view and control remote GUIs using SSH’s X11 forwarding protocol, so you can run an application on a remote server as if it was being run locally. Of course, doing so is not without lag and some interesting graphical effects, but it can prove highly …

Transfer Files to Remote Servers using SCP

SCP (Secure Copy) is a Linux/Unix utility for copying files between systems. It can be used to copy local files to a remote system, copy remote files to your local system, or even to copy files between 2 remote systems from your local system. Usage of SCP is …