首页 > 系统服务 > 详细

linux工具:ssh---未完

时间:2015-12-02 18:06:32      阅读:240      评论:0      收藏:0      [点我收藏+]

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. 
 
 
 

linux工具:ssh---未完

原文:http://www.cnblogs.com/mylinux/p/5013523.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!