摘要: 00:37:00 [Monty standing in the men's bathroom, talking to himself in a mirror with a "FUCK YOU" written on it]Monty Brogan: Well, fuck you, too. Fuck 阅读全文
posted @ 2017-09-16 17:01 freedom5wind 阅读(693) 评论(0) 推荐(0)
摘要: 1.创建一对密钥; 2.将公钥复制并添加到~/.ssh/authorized_keys; 3.设定ssh客户端采用私钥进行登陆验证。 ssh公钥生效需满足的两个条件:1) .ssh目录的权限必须是700 2) .ssh/authorized_keys文件权限必须是600 ssh的man page: 阅读全文
posted @ 2017-09-03 20:18 freedom5wind 阅读(174) 评论(0) 推荐(0)
摘要: 创建putty.exe快捷方式,右击putty快捷方式,属性,目标,加上账户密码端口等参数,保存,关闭; putty.exe [-ssh | -telnet | -rlogin | -raw] [user@]hostExample: putty -ssh -l vagrant -pw vagrant 阅读全文
posted @ 2017-08-30 22:17 freedom5wind 阅读(237) 评论(0) 推荐(0)