linux工具:ssh---未完

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. 
 
 
 
上一篇:六星经典CSAPP笔记(1)计算机系统巡游


下一篇:Ubuntu设置程序开机自启或者开机禁止加载