Linux Fedora Install ssh



   Step by step on Linux Fedora install ssh.  The example below show the step by step install ssh on Fedora system.  the example on install ssh below tested and done on Linux Fedora 15 system... follow the step by step example below to install ssh on your Linux Fedora system and one more thing... please note that the example from command output below may vary base on your system setting and version.

Fedora check install ssh
1.  Open Linux shell terminal and execute su - command to make sure that you have enough privileges to install ssh on the system..

2.  To check ifssh server and ssh client already instyall on your system execute 'rpm -qa |grep ssh' command as on example below.

[root@serverc ~]# rpm -qa |grep ssh
libssh-0.4.8-2.fc15.i686
ksshaskpass-0.5.3-2.fc15.i686
openssh-5.6p1-34.fc15.1.i686
openssh-server-5.6p1-34.fc15.1.i686
trilead-ssh2-213-8.fc15.noarch
libssh2-1.2.7-1.fc15.i686
openssh-clients-5.6p1-34.fc15.1.i686
[root@serverc ~]#

3.  If the result from the command output show like above example... your Linux Fedora system already install with ssh server and you may follow this example to basic configure ssh server... or you may proceed with command below to install ssh on Fedora system

Fedora install ssh

4.  Execute yum command as show on example below to install ssh...
[root@serverc ~]# yum install openssh*
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Package openssh-clients-5.6p1-34.fc15.1.i686 already installed and latest version
Package openssh-server-5.6p1-34.fc15.1.i686 already installed and latest version
Package openssh-5.6p1-34.fc15.1.i686 already installed and latest version
Resolving Dependencies



0 comments: