![Black Box LS1016A User Manual Download Page 290](http://html.mh-extra.com/html/black-box/ls1016a/ls1016a_user-manual_2763435290.webp)
Appendix A - New User Background Information
290
BLACK BOX
®
Advanced Console Server
ssh -t -l mycompany:10.0.0.116-port
ssh -t -l mycompany:7001 16-port
For openssh clients, version 3.1p1 or later ssh2 is the default. In that case, the -1 flag is used
for ssh1.
ssh -t mycompany:7001@16-port
(openssh earlier than 3.1p1 - Advanced Secure Console Port Server
ssh -t -2 mycompany:7001@16-port
(openssh earlier than 3.1p1 - BLACK BOX
®
Advanced Console Server
ssh -t mycom-
pany:7001@
16-port
(openssh 3.1p1 or later - BLACK BOX
®
Advanced Console Server version 2.1.0 or later ->
ssh2 will be used)
ssh -t -1 mycompany:7001@16-port
(openssh 3.1p1 or later - BLACK BOX
®
Advanced Console Server version 2.1.0 or later ->
ssh1 will be used)
To log in to a port that does not require authentication, the username is not necessary:
ssh -t -2 :ttyS1@16-port
Note: In this case, the file sshd_config must be changed in the following way:
PermitRootLogin Yes
PermitEmptyPassword Yes
Configuring sshd’s client authentication using SSH Protocol version 1
Step 1: Only RhostsAuthentication yes in sshd_config.
In the linux host enable in the file /etc/ssh/ssh_config the parameters:
Host *
RhostsAuthentication yes