Networking Forums

Networking Forums > Computer Networking > Linux Networking > SSH Server Setup

Reply
Thread Tools Display Modes

SSH Server Setup

 
 
Brian Lappin
Guest
Posts: n/a

 
      07-20-2003, 08:32 PM
Hey All -

Very much a newbie here, so bear with me. My ultimate goal here is to be
able to login to my RH 7.x box remotely using SSH from another pc that is
inside my LAN, i.e. should not have firewall issues.

I have been told that I need to make sure the SSH server daemon is installed
AND running. But I am not too sure on how to check this. And if it is not
installed, I am having problems installing it.

# rpm -qa | grep ssh
openssh-3.1p1-3
kdessh-3.0.0-4
openssh-askpass-3.1p1-3
openssh-askpass-gnome-3.1p1-3
openssh-clients-3.1p1-3


So my question(s) are:
How do I install the most recent SSH server package?

How do I ensure start the SSH daemon?

How do I set ensure that the SSH daemon is started automatically upon system
start up?


Many thanks,
Brian


 
Reply With Quote
 
 
 
 
Vwakes
Guest
Posts: n/a

 
      07-20-2003, 08:56 PM
On Sun, 20 Jul 2003 Brian Lappin wrote:
>
>I have been told that I need to make sure the SSH server daemon is
>installed AND running. But I am not too sure on how to check this.
>And if it is not installed, I am having problems installing it.
>
># rpm -qa | grep ssh
>openssh-3.1p1-3
>kdessh-3.0.0-4
>openssh-askpass-3.1p1-3
>openssh-askpass-gnome-3.1p1-3
>openssh-clients-3.1p1-3


You don't seem to be having 'openssh-server' pkg.

>So my question(s) are:
>How do I install the most recent SSH server package?


up2date openssh-server
apt-get install openssh-server

or goto RHN and download it manually and install.

>How do I ensure start the SSH daemon?


/etc/init.d/sshd start

>How do I set ensure that the SSH daemon is started automatically upon
>system start up?


chkconfig --list |grep sshd
chkconfig --level 2345 sshd on

Check,

man chkconfig
/etc/init.d/sshd

V.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ntp server setup kjs Windows Networking 1 04-10-2007 11:15 PM
how can I setup mail server in server 2003 ? ads Windows Networking 2 04-09-2007 07:59 PM
FTP server setup jessica kung Linux Networking 2 03-14-2006 09:54 PM
DNS Server setup Fong Windows Networking 6 02-28-2006 01:27 PM
Setup FTP Server Ted Present Network Routers 2 01-07-2006 07:04 PM



1 2 3 4 5 6 7 8 9 10 11