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

SSH on Mac OS

时间:2015-09-14 08:15:13      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:

I. Build connect

1.  open "Terminal" in Mac.(open X11 for display,download and install X11 first)

2.  "ssh -Y gliu1@clst.xxxx.edu" to build connect.

3.  input password. the result should like "[gliu1@clst ~]$"

 

II. Copy files

1. open another "Terminal" in Mac.

2. use "cd" command go to your file folder. use "scp filename.jpg gliu1@clst.xxxx.edu:/home/myfolder/"

3.  input password. when finish, it will show the result like:

  "filename.jpg                                      100%  263     0.3KB/s   00:00"

SSH on Mac OS

标签:

原文地址:http://www.cnblogs.com/freyfly/p/4806139.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!