1748210 Members
2791 Online
108759 Solutions
New Discussion юеВ

Re: ssh server

 
SOLVED
Go to solution
Eric_369
Advisor

ssh server

Hello,
I have been trying to get ssh server running on my Itanium with no luck. I get the following error when I try to connect to localhost.

>>>>>>>>>>>>>>>>

$ssh localhost
warning: Unrecognized configuration parameter 'AllowCshrcSourcingWithSubsystems'
.
warning: Unrecognized configuration parameter 'SyslogFacility'.
warning: Unrecognized configuration parameter 'ListenAddress'.
warning: Unrecognized configuration parameter 'RequireReverseMapping'.
warning: Unrecognized configuration parameter 'MaxBroadcastsPerSecond'.
warning: Unrecognized configuration parameter 'CheckMail'.
warning: Unrecognized configuration parameter 'PrintMotd'.
warning: Unrecognized configuration parameter 'UserKnownHosts'.
warning: Unrecognized configuration parameter 'AuthorizationFile'.
warning: Unrecognized configuration parameter 'HostKeyFile'.
warning: Unrecognized configuration parameter 'PublicHostKeyFile'.
warning: Unrecognized configuration parameter 'AllowTcpForwarding'.
warning: Unrecognized configuration parameter 'PasswordGuesses'.
warning: Unrecognized configuration parameter 'AllowHosts'.
warning: Unrecognized configuration parameter 'PermitRootLogin'.
warning: Unrecognized configuration parameter 'subsystem-sftp'.
warning: Failed to parse some variables from config file '/etc/ssh2/ssh2_config'
.
warning:

******************

You may have a old style configuration file. Please follow the
instructions in the release notes to use the new configuration
files.

******************


rx2600$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: FATAL: Error reading co
nfig file /etc/ssh2/ssh2_config.

%TCPIP-F-SSH_FATAL, non-specific fatal error condition

<<<<<<<<<<<<<<<<<<<<<<<

Any help would be appreciated

Eric

3 REPLIES 3
John Gillings
Honored Contributor
Solution

Re: ssh server

Eric,

Have you checked if you have an old style configuration file? The errors strongly suggest that SSH doesn't understand what's in the configuration file.

Try blowing away the existing configuration and starting again. If that fails, you should probably log a case with your local customer support centre.
A crucible of informative mistakes
Eric_369
Advisor

Re: ssh server

John,
How do I check if the configuration file is old style? I don't have the release notes for this server since it is not really ours, simply a demo.
Eric
Eric_369
Advisor

Re: ssh server

John,
Never mind! I blew away the old files and it works! Thanks!

Eric


I thought I did this about 10 times, I must not have!