文件名称:budgie:通过 ssh 远程控制服务器
文件大小:7KB
文件格式:ZIP
更新时间:2024-08-10 01:03:37
Python
鹦鹉 通过 ssh 远程控制服务器 安装 安装库 virtualenv venv && . venv/bin/activate # optional pip install budgie 您需要为远程主机配置无密码 SSH: ssh-keygen -q -t rsa -N 'your_password_here' -f ~/.ssh/id_rsa ssh-copy-id localhost # Repeat this for each host eval `ssh-agent` ssh-add ssh localhost pwd # test connection 接下来,在~/.ssh/config创建一个 SSH 配置文件来描述您的主机: Host localhost User user
【文件预览】:
budgie-master
----setup.py(941B)
----.gitignore(315B)
----requirements.txt(42B)
----dummy_ssh_conf(251B)
----.travis.yml(496B)
----MANIFEST.in(48B)
----budgie.py(5KB)
----README.md(4KB)
----tests.py(3KB)