2019-12-15 01:43:57

Örnek .ssh/config dosyası

# ----- Baslama ------
### ##
Host *
     ServerAliveInterval 60
     ServerAliveCountMax 30
#--------------------------
Host sunucu1
	 HostName sunucu1.com.net.edu
	 User root
	 Port 1015
	 IdentityFile ~/.ssh/sunucu1_id.rsa
#--------------------------
Host sunucu2
     HostName sunucu2.com.net.edu
     User root
     IdentityFile ~/.ssh/sunucu2_id.rsa
     Port 1453
# ----- Bitis  ------- 

Yazan caylakpenguen | Kalıcı Bağ