SSH and SFTP on a VPS

Roland Tanglao - December 7, 2006 - 15:34

[Note: ssh, PuTTY and SFTP only apply to our Bryght VPS product. They don't work on the hosted service. ]

The old way back in the 80s was to use telnet to access a Unix system and ftp to transfer files to and from Unix systems. Unfortunately, these are both insecure and prone to attack. On a Bryght Hosting VPS you use their secure, encrypted alternatives: ssh on Linux and Macs (PuTTY on Windows - both PuTTY and ssh are used like telnet) for access and sftp (used identically to ftp) for file transfer.

SSH and PuTTY 

Both are easy to use.

  • ssh hostname e.g. ssh google.com
  • putty (and then fill in hostname in dialogue box and select SSH as the protocol)

sftp

sftp hostname e.g. sftp video.google.com

Then use just like ftp 

Here's some further info (don't forget the Unix man pages as well):

Creative Commons License

This work is licensed under a Creative Commons Attribution-Share Alike 2.5 License. This license applies to all text written by Bryght. All others retain full copyright to their text.