-N - once the authentication is complete, the ssh program executes in the background, meaning the prompt should be returned so that a second command can be entered following the semicolon.
-
-f
-
-L
- the local/forwarding port number, for this example, 23000
- the local loopback address, 127.0.0.1:23. Port 23 is reserved for
ssh.
- The IP address of the EAGLE IPSM. For this example, 10:253.104.36.
- The
telnet command with the local loopback address, without the port number, and the local/forwarding port number.
For this example, enter this command.
ssh -N -f -L 23000:127.0.0.1:23 10:253.104.36; telnet 127.0.0.1 23000
Note:
- On Solaris 9 and later, SunSSH is installed. SunSSH is not compatible with the EAGLE secure Telnet terminals. If you have any questions about which version of
ssh in being invoked, enter the Unix command which ssh to ensure that OpenSSH is being used instead of the Sun version.
- When issuing the
ssh command, if the IPSM on the EAGLE has undergone a hard reset, the ssh key stored in the local_host file must be purged.
- If you are making the connection to the EAGLE for the first time, and you are prompted to accept the
ssh key, accept the ssh key and proceed to 4.