|
|
|
|
 Q:能用python连接sshd服务做操作吗? - hong_ou [ 2006-03-23 18:30 | 213 byte(s)]
 Re: Q:能用python连接sshd服务做操作吗? - limodou [ 2006-03-23 22:12 | 23 byte(s)]
 Re: Q:能用python连接sshd服务做操作吗? - hong_ou [ 2006-03-24 10:16 | 32 byte(s)]
 Re: Q:能用python连接sshd服务做操作吗? - passworld [ 2006-03-24 10:30 | 908 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
我经常要用ssh连到一个server做些类似的操作,
感觉每次登录,输密码然后退出很麻烦。
能否用python实现自动连接到server,做好操作,把结果发给我,然后退出呢?
谢谢大家的帮助
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
Package: python2.4-paramiko
Priority: optional
Section: python
Installed-Size: 484
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Architecture: all
Source: paramiko
Version: 1.5-1
Depends: python2.4, python2.4-crypto
Filename: pool/main/p/paramiko/python2.4-paramiko_1.5-1_all.deb
Size: 92176
MD5sum: f86ebe5893f92d73db280c800814597d
Description: make SSH2 connections with python
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too.
.
This version is usable with python2.4
|
|
|
----
|
|
[Original]
[Print]
[Top]
|
|
|