Tag: SSH
SSH Port Forwarding
by Craig Mayhew on Mar.16, 2011, under General/Techie

A very quick reference for anyone that wants to tunnel data via SSH. In this case I am using RDP over SSH.
Secure Upload Using SSH in NuSphere PHPED
by Craig Mayhew on Mar.15, 2010, under Guides/Fixes
The most secure method of transfering files to and from your web server is via ssh. Here’s how to set it up and some of the pitfalls to avoid.
If you are using Putty generated key files they first need to be converted to openSSH before they can be used by NuSphere. If you are using Putty (Pageant) then instructions on how to do this can be found here. If not then please ignore that link and continue on…
- Goto PHPED accounts, “keys” tab, create new SSH setting.

- If you already have your keys then select no. Otherwise select yes and PHPED will auto generate a key pair for you. (Please note the server needs a copy of your public key)

- Enable “Public key (ssh2)” auth method and add your OpenSSH key to “Public identity files” (Unless PHPED auto generated it for you, in which case it should already be there!).

- Create new SFTP or SSH “accounts” on Account tab. In options set “SSH setting” to the one you have just created.
- Enjoy your SSH uploads.
Converting Putty SSH keys to OpenSSH
by Craig Mayhew on Mar.14, 2010, under Guides/Fixes
I recently needed to convert my Putty SSH files into OpenSSH so I could use them in NuSphere.
- Open your private key in PuTTYGen
- Export it in OpenSSH format. Top menu “Conversions”->”Export OpenSSH key”.
- Save the new OpenSSH key when prompted.