Skip to content

Getting Started

Secure Shell is a protocol for securely logging onto a remote computer and executing commands. It provides a secure alternative to Telnet, FTP, rlogin, or rsh. Secure Shell connections require both server and user authentication, and all communications pass between hosts over an encrypted communication channel. You can also use Secure Shell connections to forward X11 sessions or specified TCP/IP ports through the secure tunnel.


Start a New Terminal Session

In most cases you can connect to your host and log on using your password without making any changes to the default settings.

  1. On the Windows Start menu, click Reflection > SSH Client.

  2. On the Reflection for Secure IT toolbar, click the Connect/Disconnect button:

  3. Enter your host and user name in the Connect to Host dialog box and click OK.

    note

    If this is the first time you're connecting to this host you will see a dialog box asking you to confirm the authenticity of the host. You can confirm the validity of the host key by contacting the system administrator for that host. Click Always to add this host to your known hosts list.

  4. Enter your password for this host and click OK.

  5. To save a settings file with this session configuration, click File > Save.

More Information