You can configure Secure Shell connections when you need secure, encrypted communications between a trusted host and your PC over an insecure network. Secure Shell connections ensure that both the client user and the host computer are authenticated; and that all data is encrypted. Passwords are never sent over the network in a clear text format as they are when you use Telnet, FTP, or rlogin. You can use this procedure to connect securely to UNIX and Linux hosts.
NOTE:Secure Shell connections are available for VT terminal sessions and to configure SFTP transfers using the FTP Client
Before you start
By default, Secure Shell connections use public key authentication for the host and username/password authentication for the user. To configure a connection using these defaults, you need to make sure your system has a Secure Shell server or servers and that you know the following information:
The host name.
The User name and password.
The port used by the Secure Shell server (the default is 22).
To configure a secure terminal session using Secure Shell (SSH)
From the
dialog box, select the template and click .In the
dialog box, under :Select
.The Port value changes to 22, which is the standard port for Secure Shell connections. If you need to connect to a different port, select
, or use the procedure below to change the default Secure Shell settings.(Optional) Enter the
If you omit this, you will be prompted for a host name when you connect.(Optional) Enter your
. If you omit this, you will be prompted for a host name when you connect.Click
.The first time you connect, you are prompted to verify the host hey authenticity. Verify the host key fingerprint and select
.NOTE:Host authentication (performed with public key authentication) enables the Secure Shell client to reliably confirm the identity of the Secure Shell server. If the host public key is not installed on the client, the host fingerprint is displayed and users are prompted to contact the system administrator to verify the fingerprint. This confirmation prevents risk of a "man-in-the-middle" attack, in which another server poses as the host. After the host key is added to the client, InfoConnect Desktop can authenticate the server without requiring user confirmation, and the unknown host prompt does not appear again. The key is saved in a file called known_hosts, which is created in the folder [PersonalFolder]\Micro Focus\InfoConnect\.ssh. (The default value for [PersonalFolder] is C:\Users\username\Documents.)
When prompted, enter your password.
Click the
button on the toolbar and save the session document.The file is saved in [PersonalFolder]\Micro Focus\Infoconnect\.
To configure username and password prompts to appear in the terminal window
Open a session that you have configured to use Secure Shell. Disconnect if you are connected.
Under
, click .Under
, select .To configure non-default Secure Shell settings
Open a session that you have configured to use Secure Shell. Disconnect if you are connected.
Open the
dialog box.Under
, click .In the
dialog box, configure any non-default settings and then click .NOTE:
When you click OK, changes to the default settings are saved in the Secure Shell config file in [PersonalFolder]\Micro Focus\InfoConnect\.ssh.
If you want to deploy the session to all users of a computer, first rename the config file to ssh_config and the known_hosts file to ssh_known_hosts. Then deploy these files to [CommonAppDataFolder]\Micro Focus\Reflection. (The default value for [CommonAppDataFolder] is C:\Program Data.)