1748169 Members
4167 Online
108758 Solutions
New Discussion юеВ

Re: Secure shell

 
SOLVED
Go to solution
Fabian Brise├▒o
Esteemed Contributor

Secure shell

Guys I installed secure shell on a server

How do I get it working?

How do I configure it ?

is ther any kind of manual out there?

Knowledge is power.
4 REPLIES 4
Jonathan Fife
Honored Contributor
Solution

Re: Secure shell

If you installed it from the Secure Shell depot it is probably already be pre-configured and listening. Do a ps -ef | grep ssh to see. If it is not, check for a startup script in /sbin/init.d/secsh or /sbin/init.d/*ssh* and if it exists try starting it -- eg. /sbin/init.d/secsh start.

The config file is in /opt/ssh/etc/ssh_config (default location), and you can man ssh_config for more information on what the options are there.

Other than that, is there anything specific you were wanting to set up?
Decay is inherent in all compounded things. Strive on with diligence
Kofi ARTHIABAH
Honored Contributor

Re: Secure shell

If you installed it from the depot then you should be ready to use it...

you can use man ssh for more details on using the ssh client / man sshd for the daemon etc.

you can use Chris Vail's paper (described in the thread below) to configure your environment to replace telnet/ftp and rlogin etc.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=203463

Good luck.
nothing wrong with me that a few lines of code cannot fix!
Kofi ARTHIABAH
Honored Contributor

Re: Secure shell


Check out the pdf manual on the hp site for more info... unless you have specific configurations in mind - in which case, share and I am sure we can help.

http://www.docs.hp.com/en/T1471-90024/T1471-90024.pdf
nothing wrong with me that a few lines of code cannot fix!
Fabian Brise├▒o
Esteemed Contributor

Re: Secure shell

thanks guys.

Im closing this threaad now.
Knowledge is power.