ssh (openSSH) questions

Posted by Camran on Server Fault See other posts from Server Fault or by Camran
Published on 2010-05-27T17:24:54Z Indexed on 2010/05/27 17:33 UTC
Read the original article Hit count: 132

Filed under:
|
|
|
|

I have ubuntu 9.10 server.

Firstly, is OpenSSH the same as SSHD?

Secondly, In the terminal when typing whereis sshd i get this:

   whereis sshd
   /usr/sbin/sshd

Also when typing whereis openssh i get this:

  whereis openssh
 /usr/lib/openssh

How do I know if I have openssh?

Also, some tutorials online suggest opening sshd_config, so when typing this:

  whereis sshd_config
  /usr/share/man/man5/sshd_config.5.gz // I get this...

What should I do, because as you have answered my other Q about security, you have pointed out that it is the way you configure your ssh and etc which is important.

Is there any guide for this? How should I configure this?

I will be the only user for this server btw...

If you need more input let me know and I will update this Q.

Thanks

© Server Fault or respective owner

ssh (openSSH) questions

Posted by Camran on Server Fault See other posts from Server Fault or by Camran
Published on 2010-05-27T17:25:07Z Indexed on 2010/05/27 17:33 UTC
Read the original article Hit count: 132

Filed under:
|
|
|
|

I have ubuntu 9.10 server.

Firstly, is OpenSSH the same as SSHD?

Secondly, In the terminal when typing whereis sshd i get this:

   whereis sshd
   /usr/sbin/sshd

Also when typing whereis openssh i get this:

  whereis openssh
 /usr/lib/openssh

How do I know if I have openssh?

Also, some tutorials online suggest opening sshd_config, so when typing this:

  whereis sshd_config
  /usr/share/man/man5/sshd_config.5.gz // I get this...

What should I do, because as you have answered my other Q about security, you have pointed out that it is the way you configure your ssh and etc which is important.

Is there any guide for this? How should I configure this?

I will be the only user for this server btw...

If you need more input let me know and I will update this Q.

Thanks

© Server Fault or respective owner

Related posts about linux

Related posts about apache