< Home - < Back

python-paramiko


Information about the package, python-paramiko, which is shipped with common Linux distributions. The python-paramiko package is designed for, A SSH2 protocol library for python.


Package Name:

python-paramiko

Summary:

A SSH2 protocol library for python

Description:

Paramiko (a combination of the esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the 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 an encrypted tunnel. (This is how sftp works, for example.)

Architecture:

noarch

Version:

1.7.5

Release:

4.el6_9

Size:

729 k

Repository:

updates

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for python-paramiko


Control the python-paramiko package with the following handy commands outlined below.


Command

Description of Command

yum install python-paramiko

This command will install python-paramiko on the server.

yum remove python-paramiko

This command will un-install python-paramiko on the server. When you run this command, you will be asked if you are sure that you want to remove python-paramiko, so you have to manually confirm that you want to do this.

yum -y remove python-paramiko

This command will un-install python-paramiko on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-paramiko when using the -y flag.

yum update python-paramiko

This command will update python-paramiko to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-paramiko, so you have to manually confirm that you want to do this.

yum -y update python-paramiko

This command will update python-paramiko to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-paramiko when using the -y flag.

yum info python-paramiko

This command will show you core information about the python-paramiko package.

yum deplist python-paramiko

This command will show you the dependencies for python-paramiko. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-paramiko

This command will check if there is an update waiting on python-paramiko. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.