Installation manual
Cyclades-TS
51
Appendix A - Linux
Installation Manual
<username>:ip_addr or
<username>:serverfarm
Note: “serverfarm” is a physical port alias. It can be configured in the file pslave.conf.
An example:
username: cyclades
TS1000 IP address: 192.168.160.1
host name: ts1000
servername for port 1: file_server
ttyS1 addressed by IP 10.0.0.1 or socket port 7001. The various ways to access the server connected to the
port are:
ssh -t cyclades:ttyS1@ts1000
ssh -t cyclades:7001@ts1000
ssh -t cyclades:10.0.0.1@ts1000
ssh -t cyclades:file_server@ts1000
ssh -t -l cyclades:10.0.0.1
Note that either -l or @ are used, but not both. For ssh2, the -2 flag is used:
ssh -t -2 cyclades:7001@ts1000
To log in to a port that does not require authentication, the username is not necessary:
ssh -t -2 :ttyS1@ts1000