Service manual
Cyclades-TS
81
Appendix A - Linux
Installation & Service Manual
ssh -t cyclades:7001@ts1000 (openssh 3.1p1 or later - Cyclades-TS V_1.3.2 or later -> ssh2 will be
used)
ssh -t -1 cyclades:7001@ts1000 (openssh 3.1p1 or later - Cyclades-TS V_1.3.2 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@ts1000
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
1. Only RhostsAuthentication yes in sshd_config
• One of these:
hostname or ipaddress in /etc/hosts.equiv or /etc/ssh/shosts.equiv
hostname or ipaddress and username in ~/.rhosts or ~/.shosts and IgnoreRhosts no in sshd_config
• Client start-up command: ssh -t <TS_ip or Serial_port_ip> (if the ssh client is running under a session
belonging to a username present both in the workstation’s database and the TS’s database)
• Client start-up command: ssh -t -l <username> <TS_ip or Serial_port_ip> (if the ssh client is running under
a session belonging to a username present only in the workstation’s database. In this case, the <username>
indicated would have to be a username present in the TS’s database)