用SecureCRT连接 dotCloud
——————————————-
1.使用以下命令取得SSH地址和端口
$ dotcloud info gophp.www
aliases:
– 89e1388d.dotcloud.com
– www.mrp4u.tk
– www.onephper.tk
– i.onephper.tk
– www.falcon-lab.tk
build_revision: rsync-1312564799.17
config:
phpfpm_processes: 4
static: static
created_at: 1312538865.1807871
datacenter: Amazon-us-east-1d
image_version: e905e5144b20
ports:
–   name: ssh
url: ssh://dotcloud@gophp-falcon.dotcloud.com:12460
–   name: http
url: http://89e1388d.dotcloud.com/
–   name: http
url: http://www.mrp4u.tk/
–   name: http
url: http://www.onephper.tk/
–   name: http
url: http://i.onephper.tk/
–   name: http
url: http://www.falcon-lab.tk/
state: running
type: php
——————————————-
2.在用户家目录的./docloud目录下找到dotcloud的SSH 密钥
dotcloud.key

Administrator@20110407-1750 ~/.dotcloud
$ ll
total 64
-rw-r–r– 1 Administrator None 122 Dec  1 14:01 dotcloud.conf
-rw-r–r– 1 Administrator None 672 Dec  1 14:01 dotcloud.key
——————————————-
如果是在cygwin下为方便操作把文件拷出来(非必须)

$ cp dotcloud.* E:/
cygwin warning:
MS-DOS style path detected: E:/
Preferred POSIX equivalent is: /cygdrive/e
CYGWIN environment variable option “nodosfilewarning” turns off this warning.
Consult the user’s guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames

——————————————-
3.打开SecureCRT
文件->快速连接
输入第1步得到的SSH信息
如信息为: ssh://dotcloud@gophp-falcon.dotcloud.com:12460
则在主机名填写gophp-falcon.dotcloud.com,端口12460,用户名:dotcloud

鉴权标签把除公钥项其他勾子去掉,鼠标高亮公钥项点击右边的属性在使用身份或证书文件内填充第二步的密钥。
如图

显示连接成功!

这样以后可以在任意机器SSH登录到dotcloud去了,cygwin都不需要了,只要保存好密钥就行了

- EOF -