Some firewall serves that message
Main Topics
Browse All TopicsHi All,
I'm having problems accessing ssh for the following version , installed on Solaris 8
OpenSSH_4.2p1, OpenSSL 0.9.8 05 Jul 2005
When i ssh in from my LAN, it does not give me any problems. However when i set up a NAT from an external ip to this ip and i perform ssh to this external ip, i get the following error in putty client log
2005-10-10 17:19:27 Keyboard-interactive authentication refused
also, i get "access denied" from the console and any passwords for any user account fails.
In addition, 1 thing funny is that i noticed there is this message when i login via external ip:
****USAGE WARNING****
This is a private computer system. This computer system, including all
related equipment, networks, and network devices (specifically including
Internet access) are provided only for authorized use. This computer system
may be monitored for all lawful purposes, including to ensure that its use
is authorized, for management of the system, to facilitate protection against
unauthorized access, and to verify security procedures, survivability, and
operational security. Monitoring includes active attacks by authorized entities
to test or verify the security of this system. During monitoring, information
may be examined, recorded, copied and used for authorized purposes. All
information, including personal information, placed or sent over this system
may be monitored.
Use of this computer system, authorized or unauthorized, constitutes consent
to monitoring of this system. Unauthorized use may subject you to criminal
prosecution. Evidence of unauthorized use collected during monitoring may be
used for administrative, criminal, or other adverse action. Use of this system
constitutes consent to monitoring for these purposes.
--------------------------
which I did not notice at all when i logged in locally. In addition, it does not perform logging to
/var/log/authlog
-rw------- 1 root sys 0 Oct 10 17:32 authlog
in /etc/syslog.conf, i have added the following line
auth.info /var/log/authlog
but it does not seem to log to here at all, strange. I also added tcp wrappers though, i'm not sure if that's the reason why the whole thing is failing, any ssh experts out there who can shed light on this problem?
Thanks in Advance,
Alvin
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi ahoffman,
Thanks for your comments but when i issued the following command,
bash-2.03# /etc/init.d/sshd stop
Stopping the secure shell daemon
bash-2.03# /etc/init.d/sshd start
Starting the secure shell daemon
bash-2.03# /usr/local/etc/sshd_config
The option was already commented out before i edited the config.
Here's my sshd config below, is there anything that i've done wrong here?
Port 22
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::
HostKey /usr/local/etc/ssh_host_ke
HostKey /usr/local/etc/ssh_host_rs
HostKey /usr/local/etc/ssh_host_ds
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
#
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
KeepAlive yes
# Logging
SyslogFacility AUTH
LogLevel INFO
#obsoletes QuietMode and FascistLogging
#RhostsAuthentication no
#
# For this to work you will also need host keys in /usr/local/etc/ssh_known_h
RhostsRSAAuthentication no
#
RSAAuthentication yes
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication yes
PermitEmptyPasswords no
#AllowedAuthentications keyboard-interactive
# Comment to enable s/key passwords or PAM interactive authentication
# NB. Neither of these are compiled in by default. Please read the
# notes in the sshd(8) manpage before enabling this on a PAM system.
ChallengeResponseAuthentic
# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no
# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes
#CheckMail yes
#UseLogin no
#MaxStartups 10:30:60
#Banner /etc/issue.net
ReverseMappingCheck no
Subsystem sftp /usr/local/libexec/sftp-se
Regards,
Alvin
<off-topic>
Yes, point noted, i will take that option out
Having trouble with my solaris Ultra 10 though, not responding..
my ultra 10 solaris keeps on hanging...any body know the reason why? i've already set the power management option to never for all, including disks but the server always keeps hanging
I suspect it's suspending but does suspend result in network connection also terminating?
</off-topic>
Business Accounts
Answer for Membership
by: ahoffmannPosted on 2005-10-10 at 07:17:24ID: 15052384
in your sshd_conf set following:
ReverseMappingCheck no
then restart sshd