40 lines
650 B
Plaintext
40 lines
650 B
Plaintext
## Example
|
|
|
|
#Host name
|
|
# HostName 10.0.0.50
|
|
# User emerald
|
|
# Port 2222
|
|
# IdentityFile ~/.ssh/id_rsa_name
|
|
# LocalForward 8080 127.0.0.1:80
|
|
# ForwardAgent yes
|
|
# ForwardX11 yes
|
|
# ServerAliveInterval 60
|
|
# ServerAliveCountMax 3
|
|
# Compression yes
|
|
# LogLevel INFO
|
|
|
|
|
|
Host CottonCandy
|
|
HostName 10.0.0.7
|
|
User emerald
|
|
Host venus
|
|
HostName 10.0.0.2
|
|
User root
|
|
Host jupiter
|
|
HostName 10.0.0.5
|
|
User root
|
|
Host Saturn
|
|
HostName 10.0.0.6
|
|
User root
|
|
Host Neptune
|
|
HostName 10.0.0.9
|
|
User root
|
|
Host code.justw.tf
|
|
HostName 10.0.0.25
|
|
User root
|
|
Host RedQueen
|
|
HostName 10.0.0.50
|
|
User emerald
|
|
Host HolyMoly
|
|
HostName 10.0.0.51
|
|
User emerald |