Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 774 Bytes

File metadata and controls

27 lines (22 loc) · 774 Bytes

ssh_login

+----+------------+------+-----------------+
| ID | SHORT NAME | USER | ADDRESS         |
+----+------------+------+-----------------+
| 1  | SRV0       | user | srv0.domain.com |
|    |            |      |                 |
| 2  | SRV1       | user | srv1.domain.com |
|    |            |      |                 |
| 3  | SRV2       | user | srv2.domain.com |
+----+------------+------+-----------------+

TO LOGIN CLUSTER ID: [1-3]
2
Logging in SRV1...
spawn ssh -p 22 user@srv1.domain.com
Last login: Sat Apr 15 02:48:36 2017 from 74.140.4.58

user@srv1.domain.com: exit

logout
Connection to srv1.domain.com
Exit SRV1

Thanks to SSHAutoLogin and ASCII Cells.