SSH config

add  a file named 'config' , place in folder .ssh

then you can use  "ssh yourname "quickly to connenct.

-----------------------------

Host   yourname     
HostName 123.123.123.99 
User root
Port 1234
ServerAliveInterval 30            
ServerAliveCountMax 120 

posted on 2013-08-26 10:49  Odoo在中国  阅读(199)  评论(0编辑  收藏  举报

导航