Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    3

    Talking 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???

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    I think it should be installed already. Try checking to see if its running
    Code:
    service sshd status
    If not you can install it as you were doing, but I don't believe you should include the version number. Try this
    Code:
    yum install openssh-server

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...