码迷,mamicode.com
首页 > 系统相关 > 详细

linux工具:ssh---未完

时间:2015-12-02 18:09:45      阅读:139      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!