LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ssh question (https://www.linuxquestions.org/questions/linux-newbie-8/ssh-question-413495/)

ddu_ 02-09-2006 11:01 AM

ssh question
 
Hi, quick (hopefully) ssh question. I have sshd running on my nix box and I'm trying to use putty to get in from my win box.

I use tcpwrappers to deny all in hosts.deny
my hosts.allow file looks like this:

#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided by
# the '/usr/sbin/tcpd' server.
#
# Version: @(#)/etc/hosts.allow 1.00 05/28/93
#
# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org
#
#
ALL : 127.0.0.1
sshd : 192.168.1.110
# End of hosts.allow.


192.168.1.110 is the ip of my win box.
Thanks in advance!

ddu_ 02-09-2006 11:04 AM

Sorry - solved it, port issues.


All times are GMT -5. The time now is 01:13 AM.