Login
| Command | Description |
|---|---|
| ssh user@host | Securely connect to a host as user |
| telnet host | Connects to the system using telnet port |
| ssh -p <port> user@host | Connects to host using specific port |
| Command | Description |
|---|---|
| ssh user@host | Securely connect to a host as user |
| telnet host | Connects to the system using telnet port |
| ssh -p <port> user@host | Connects to host using specific port |