Connecting to Your Developer Server with SSH (Secure Shell)

SSH (Secure Shell) is a secure Telnet program you use to log onto a remote computer (your Developer Server). SSH provides secure encrypted communications between your Developer Server and your local computer. Connecting to your Developer Server using an SSH client is made simple with SecureCRT or F-Secure SSH™ (http://www.datafellows.com). Both SecureCRT and F-Secure SSH use port 22 on your Developer Server.


Note: Telnet does not encrypt data sent between your local computer and your Developer Server. However, all of the commands you that you use with a Telnet client, you can also use with an SSH client.

Back