Operating System - HP-UX
1753955 Members
7707 Online
108811 Solutions
New Discussion юеВ

Re: Configuring ssh on HPUX 11.23

 
H_16
Trusted Contributor

Re: Configuring ssh on HPUX 11.23


My main question is to do with the configuration of ssh once I have port 22 open on my firewall..

Will I need to modify the ssh_config or the sshd_config. If I do, which do I modify and what one do my European friends have to amend?
Horia Chirculescu
Honored Contributor

Re: Configuring ssh on HPUX 11.23

>#telnet hostname 22
Trying...

This means that someone is blocking your acces to the hostname (I suppose you have provided the correct/real host name or IP address when tried this...) Can you provide the IP address here?

Blocking access can be made at any end of the link or the "link"/channel of communication is doing this.

Horia.
Best regards from Romania,
Horia.
Taifur
Respected Contributor

Re: Configuring ssh on HPUX 11.23


Hi,

For ssh configuration u have to configure ssh_config file , sshd is a deamon file.

Check below link for ssh_config and ssh_config,

http://www13.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00926401

http://docs.hp.com/en/5992-4213/5992-4213.pdf


http://docs.hp.com/en/5992-4174/ch08s02.html


http://docs.hp.com/en/5991-7494/ch01s04.html

Rgds//
Taifur
Steven Schweda
Honored Contributor

Re: Configuring ssh on HPUX 11.23

> Trying...
>
> That is the output I receive from the
> telnet command...as I said I cannot telnet

Yes, you did say that, but the actual error
message says something useful, which "I
cannot" does not say. There is more than one
way for Telnet to fail. For example:

# telnet
Trying...
telnet: Unable to connect to remote host: Connection refused

"I cannot" is still true, but the problem is
quite different.

> "I can't" is not a useful problem
> description. [...]

Still very true.