ssh server_ip

或者

ssh username@server_ip

或者

ssh username@server_name

,

再按提示输入密码.

_____________________________




  • Can login to remote box


    But I already have telnet



  • Can login to remote box without password


    But I don’t care input passowrd everytime



  • Can execute some command after login


    But I can do this by write scripts/change shell



  • Can transfer file quickly and easy


    ssh user@server "tar cf - tmp"|tar tvf -

    Ok, I will try to use it and love it.