3 Commits

Author SHA1 Message Date
Fabian Affolter
7aa2372c80 py-paramiko - Recommit 2011-12-03 14:49:18 -06:00
Fabian Affolter
e3ae48ca6c py-paramiko - new sub packages for demos and docs added 2011-12-03 14:49:18 -06:00
Fabian Affolter
5a97de2d08 Initial APKBUILD for py-paramiko
Package desscription:
paramiko is a module for python 2.2 (or higher) that implements the
SSH2 protocol for secure (encrypted and authenticated) connections
to remote machines. unlike SSL (aka TLS), SSH2 protocol does not
require heirarchical certificates signed by a powerful central
authority. you may know SSH2 as the protocol that replaced telnet
and rsh for secure access to remote shells, but the protocol also
includes the ability to open arbitrary channels to remote services
across the encrypted tunnel -- this is how sftp works, for example.

http://www.lag.net/paramiko/
2011-12-03 14:49:17 -06:00