BlueHost 账户认证 申请SSH及SSH密钥使用,详细图解
|
|
本帖最后由 hotwww 于 2012-4-8 12:54 PM 编辑
一 BlueHost账户验证
点击BlueHost主页的“Help Center”,然后点击“Open a Ticket”。
https://my.bluehost.com/cgi/help/ticket
填写ticket申请:
What e-mail address should we reply to? 你的邮箱
How can we help? 选择 Verification
Full Name: 你的名字(拼音)
*Domain: 你的主域名 //如果已经登陆了不会出现
Password: cpanel密码 //如果已经登陆了不会出现
Attachment 上传附件(护照、身份证、驾照)。这里只能上传一个附件,如果多个图片只能打包了。
Message
填写你的申请信息。
Dear Support:
Please verify my account and enable SSH access for my account. (如果你只想认证账户的话,就不用写申请开通SSH了)
My account informations as follow:
Full Name: 你的名字
Primary Domain: 主域名
cPanel Password: ******1234(cpanel密码,只写最后4位就可以了)
Last 4 digits of credit card number: 信用卡最后4位数字
Paypal account: 如果你是用paypal购买的, 写你的paypal帐号。
Thank you!
Best regards!
输入验证码,然后Submit Ticket 提交就可以了。(建议先登录,可以免输验证码,验证码很难识别。)
或者直接发邮件给 support-verification@bluehost.com 也可以的。
24小时内会收到邮件通知你已经通过认证。登陆名为空间的用户名,密码与cpanel登陆密码一样。端口默认的22。
PS:
根据官方的说明,需要扫描信用卡正反面(卡号留后4位就可以,其余涂掉。背面后3位安全码涂掉)才可以。我只传了身份证就给认证了。但不能保证一定能通过,如果他们觉得有问题的话,很可能会要求你提供信用卡扫描图片才能认证。
官方关于认证的帮助说明
https://my.bluehost.com/cgi/help/verify
If you live outside of the US or Canada
If you used a Credit Card
For customers located outside the United States and Canada, to prevent you from having to call internationally, we ask that you submit a copy of the front and back of the credit card that was charged (first 12 numbers and cvv2 code on the back may be blocked out).
You may send the documents via email to support-verification@bluehost.com
Note: If you do not have access to a scanner you may use a digital camera to take a picture of the ID.
使用信用卡购买的,需要扫描信用卡正反面(卡号留后4位就可以,其余涂掉。背面后3位安全码涂掉)。并没有提到要身份证。
If you used PayPal
If the account was signed up through PayPal we ask to receive a copy of the PayPal holder's government-issued photo identification card and confirmation of the last four characters of the hosting password or seven digit PayPal invoice ID number.
You may send the documents via email to support-verification@bluehost.com
使用Paypal购买的,需要提供与Paypal账户持有人名字一致的身份证(护照、驾照),cpanel登陆密码的后4位,以及该笔paypal的交易订单号。
建议使用Paypal购买,信用卡的汇率太高了,竟然高达6.9,而用支付宝购买的汇率才6.3。
二 BlueHost SSH密钥申请
1,首先登陆cpanel。点击“安全”下的“SSH/壳访问”
2,在 管理SSH密钥 页面点击“生成新密钥”
3,在 SSH 密钥生成器 页面填写相应信息。
密钥名: 密钥名,随便起一个名字就行。
Key Password 密钥密码,使用密钥的时候会要求输入密码,这样即使别人盗取了密钥没有密钥密码也用不了。
密钥类型 二选一,随便选一个。具体区别搜索一下吧。
密钥大小: 密钥长度。默认1024
填写完毕,点击生成密钥。
4,得到密钥,授权状态为not authorized,点击“管理授权”,进行授权。
5,授权完成,状态变为authorized。点击私人密钥的“查看/下载”,下载私人密钥到你的电脑上。下咱完毕可以把私人密钥删了,这样唯一的私人密钥只有你才有了。
三 使用SSH客户端登陆SSH
以 Tunnelier 这个客户端为例。Tunnelier下载地址http://www.bitvise.com/tunnelier-download
1,安装后,运行,不使用证书登陆:输入主域名,用户名,Intital meth选择password,密码和cpanel密码一样。就可以登陆了。
2,把option设置一下。把登陆后 Open Terminal,Open SETP,Open Remote Desktop 勾都去掉。免得每次登陆都自动打开,有需要时再手工打开。
3,导入证书。
点击 Login 标签下的 User keypair manager,然后点击 Import 导入。
找到你下载的key的位置导入就可以了。导入过程会要求输入key的密码,就是在生成密钥的时候设置的密钥的密码。注意导入后位于哪个slot,如果之前没有其他key的话,应该是位于slot 1。 一会选择密钥的时候会用到。
4,Intial meth选择public key - slot 1(即你的ssh的密钥),passphrase 输入密钥密码。登陆。
有时候登陆窗口还要求选择密码或者key登陆,选择password,直接输入cpanel密码登陆。选择public key - slot 1,输入key的密码登陆。没搞清楚为什么还要选择一次,应该是选择key输入密钥就能直接登陆了。
5,切换到 Service 选项卡,Listen inte**ce 和 Listen port 分别输入 127.0.0.1和7070(也可以输入其他端口)。
这样就可以使用127.0.0.1:7070做袋里了,类型是 socks5。建议与Firefox的AutoProxy配合使用。但是不能在QQ上使用,不知道是否不支持。 如果有能袋里QQ的方法说一下。
6,使用命令行或SFTP
命令行不会用
SFTP可以用
远程桌面不能用
|
|
|
|
|
|
|
|
|
|
|
20111208sbd
发表于 2012-4-9 09:21:31
|
显示全部楼层
|
|
|
|
|
|
|
|