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-packagekitSetting 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:
Post a Comment