- 博客(3)
- 收藏
- 关注
原创 欢迎使用优快云-markdown编辑器
Python API library and shell utilities to monitor file system events.启动线程,监控操作系统事件,可以启动多个线程监控不同的事件。 监控的事件有:moved/deleted/created/modified,分别针对directory、file,共八种事件。Quickstart: 1. Create an instance o
2015-11-10 22:54:02
224
原创 ssh多密钥管理
多公钥管理 cat xxx_pub>>authorized_keys 多私钥管理 配置.ssh/config 1 Host localhost 2 IdentityFile ~/.ssh/id_rsa 3 User master 4 5 Host github.com 6 IdentityFile ~/.ssh/github_rs
2015-08-22 15:16:18
337
原创 ssh简介
SSH:Secure Shell SSH服务端是一个守护进程:sshd进程(/etc/ssh/sshd_config) SSH客户端是ssh工具及其他一些命令,如:scp、slogin、sftp等 安全验证:1,密码;2,密钥 密码验证: 私钥在服务端,公钥在客户端 1)服务端收到客户端请求,把公钥发给客户端 2)客户端使用公钥加密密码发给服务端 3)服务端使用私钥
2015-08-22 10:47:14
413
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人