Results 1 to 2 of 2
Hello everyone, I am using Fedora Core 11. I am trying to create an openssh-server. I typed in this command
yum install openssh-5.2p1
Loaded plugins: refresh-packagekit
Setting up Install Process
...
- 09-16-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 3
Openssh
Hello everyone, I am using Fedora Core 11. I am trying to create an openssh-server. I typed in this command
yum install openssh-5.2p1
Loaded plugins: refresh-packagekit
Setting up Install Process
No package openssh-5.2p1 available.
Nothing to do
Did this work???
- 09-16-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I think it should be installed already. Try checking to see if its running
If not you can install it as you were doing, but I don't believe you should include the version number. Try thisCode:service sshd status
Code:yum install openssh-server


Reply With Quote