Initial commit
This commit is contained in:
34
.ssh/config
Normal file
34
.ssh/config
Normal file
@@ -0,0 +1,34 @@
|
||||
## 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 Pinku
|
||||
HostName 10.0.0.7
|
||||
User emerald
|
||||
Host Ely
|
||||
HostName 10.0.0.8
|
||||
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
|
||||
Reference in New Issue
Block a user