Offline installation of OpenSSH under Ubuntu12.10

Source: Internet
Author: User
SSH (SecureShell) is a security protocol built on the application layer and transport layer. It provides a secure transmission and application environment for the Shell on the computer. SSH can effectively prevent information leakage during remote management. It is applicable to multiple platforms. SSH is composed of client and server software. The client contains SSH programs, remote copy scp, remote login to slogin, Secure File Transfer sftp, and other applications. The server is a daemon process, it runs in the background and responds to connection requests from clients. Because of the encryption algorithm

SSH (SecureShell) is a security protocol built on the application layer and transport layer. It provides a secure transmission and application environment for the Shell on the computer. SSH can effectively prevent information leakage during remote management. It is applicable to multiple platforms.

SSH is composed of client and server software. The client contains SSH programs, remote copy scp, remote login to slogin, Secure File Transfer sftp, and other applications. The server is a daemon process, it runs in the background and responds to connection requests from clients. Due to restrictions on encryption algorithms and copyrights, OpenSSH is generally used to replace SSH. OpenSSH is an open-source implementation of SSH.

Of course, the quickest installation method is online installation. You can check the corresponding commands and do not go into details. This document describes the offline Installation Method of OpenSSH. The installation steps are as follows.

1. Download the Installation File

Search for opensshin in launchpad.net/ubuntu/, and then select the corresponding development proxy number. This article is installed on Ubuntu 12.10, and its corresponding development code Quantal Quetzal, run environment i386, So download the following three files: openssh-client_6.0p1-3ubuntu1_i386.deb, openssh-server_6.0p1-3ubuntu1_i386.deb, ssh_6.0p1-3ubuntu1_all.deb.

2. Run the installation command

Run the following installation commands in sequence:

Sudo dpkg-I openssh-client_6.0p1-3ubuntu1_i386.deb
Sudo dpkg-I openssh-server_6.0p1-3ubuntu1_i386.deb
Sudo dpkg-I ssh_6.0p1-3ubuntu1_all.deb

So far, OpenSSH installation in Ubuntu 12.10 is complete. You can perform remote access and other operations After configuring it as needed.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.