OS X 下 SSH 使用 Identity
Sunday, November 16th, 2008首先要有个带密码保护的key,OSX下无法使用不带密码的key.
1.进入”.ssh”目录
cd ~/.ssh/ |
2.在”.ssh”目录中建立 “config”和”identity”2个文件
touch config touch identity |
3.把key文件和”identity”建立link
ln -s /Users/weeker/OpenSSH ~/.ssh/identity |
4.config文件内容:
IdentityFile ~/.ssh/identity IdentityFile ~/.ssh/id_rsa IdentityFile ~/.ssh/id_dsa |
这样你就可以在osx下的任何客户端使用key了
Gmail 增加 Google Calendar,Google Docs 到侧栏的选项,并且支持第三方的Gadgets也可以设置到侧栏上.
