diff options
author | Robey Pointer <robey@lag.net> | 2005-12-16 09:59:05 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-12-16 09:59:05 -0800 |
commit | a14384370cca73ab2cf9dc0d0f100560ac6c33a0 (patch) | |
tree | 4a47a2291cf9dfef5e52df87efde2e33dae0a8b7 /README | |
parent | 995343439a90f6a752e3eab1e1800b42e8feffab (diff) | |
download | paramiko-a14384370cca73ab2cf9dc0d0f100560ac6c33a0.tar.gz |
[project @ robey@lag.net-20051216175905-c3477e2ec74db4d9]
add setuptools/easy_setup support
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -38,6 +38,10 @@ you can also build it yourself using the free MinGW tools and this command line (thanks to Roger Binns for the info): python setup.py build --compiler=mingw32 bdist_wininst +If you have setuptools, you can build and install paramiko and all its +dependencies with this command (as root): + easy_install ./ + *** PORTABILITY @@ -246,3 +250,8 @@ v1.0 JIGGLYPUFF * make a function to parse .ssh/config files: User, Hostname, Port, ProxyCommand, IdentityFile, HostKeyAlias ProxyCommand: %h = host, %p = port, "none" = disable +* introduce higher-level abstraction (SSHConnection ?) that handles host key + checking, etc, using openssh defaults or optional configuration (2ndary host + key files, etc) + local and remote port forwarding +* SFTPClient.set_size |