Logoj0ke.net Open Build Service > Projects > devel > python-paramiko > Meta
Sign Up | Log In

Meta Configuration of Package python-paramiko

 
1
<package name="python-paramiko" project="devel">
2
  <title>SSH2 Module for Python</title>
3
  <description>Paramiko is a module for python 2.2 (or higher) that implements the SSH2
4
protocol for secure (encrypted and authenticated) connections to remote
5
machines.
6
7
Unlike SSL (aka TLS), the SSH2 protocol does not require hierarchical
8
certificates signed by a powerful central authority. you may know SSH2 as the
9
protocol that replaced telnet and rsh for secure access to remote shells, but
10
the protocol also includes the ability to open arbitrary channels to remote
11
services across the encrypted tunnel -- this is how sftp works, for example.
12
13
It is written entirely in python (no C or platform-dependent code) and is
14
released under the GNU LGPL (lesser GPL).</description>
15
  <person userid="hostmaster" role="bugowner"/>
16
  <person userid="hostmaster" role="maintainer"/>
17
</package>
18