< Home - < Back

ne7ssh


Information about the package, ne7ssh, which is shipped with common Linux distributions. The ne7ssh package is designed for, SSH Library is a Secure Shell client software written in C++.


Package Name:

ne7ssh

Summary:

SSH Library is a Secure Shell client software written in C++

Description:

As a developer you may wish to integrate SSH client functionality into your applications. You can now use the NetSieben's API, instead of spending countless hours developing your own solution. The SSH library was created by the NetSieben developers who, after researching the limited number of options available to them from both commercial and open source communities, found these solutions limited and at best, still in early stages of development. It utilizes Botan library for its cryptographic functions, allowing for a large choice of algorithms to be used in SSH communications.

Architecture:

x86_64

Version:

1.3.2

Release:

10.el6

Size:

80 k

Repository:

epel

From Repository:

Licence:

QPL



Handy Yum Commands for ne7ssh


Control the ne7ssh package with the following handy commands outlined below.


Command

Description of Command

yum install ne7ssh

This command will install ne7ssh on the server.

yum remove ne7ssh

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

yum -y remove ne7ssh

This command will un-install ne7ssh 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 ne7ssh when using the -y flag.

yum update ne7ssh

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

yum -y update ne7ssh

This command will update ne7ssh 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 ne7ssh when using the -y flag.

yum info ne7ssh

This command will show you core information about the ne7ssh package.

yum deplist ne7ssh

This command will show you the dependencies for ne7ssh. 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 ne7ssh

This command will check if there is an update waiting on ne7ssh. 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.