Can't ssh to server

2005-02-05 Thread Doug Van Allen
I'm running FreeBSD 5.3 and I'm trying to connect to it from school using ssh. At school, I get connection refused. I checked the auth.log and found: Feb 3 21:23:05 FreeBSD sshd[44237]: twist x..edu to /bin/echo You are not welcome to use sshd from x..edu. I ran tcpdmatch and

Re: Can't ssh to server

2005-02-05 Thread Chris
Doug Van Allen wrote: I'm running FreeBSD 5.3 and I'm trying to connect to it from school using ssh. At school, I get connection refused. I checked the auth.log and found: Feb 3 21:23:05 FreeBSD sshd[44237]: twist x..edu to /bin/echo You are not welcome to use sshd from x..edu. I

Re: Can't ssh to server

2005-02-05 Thread Kevin Kinsey
Doug Van Allen wrote: I'm running FreeBSD 5.3 and I'm trying to connect to it from school using ssh. At school, I get connection refused. I checked the auth.log and found: Feb 3 21:23:05 FreeBSD sshd[44237]: twist x..edu to /bin/echo You are not welcome to use sshd from x..edu. I

Re: Can't ssh to server

2005-02-05 Thread Doug Van Allen
# Start by allowing everything (this prevents the rest of the file # from working, so remove it when you need protection). # The rules here work on a First match wins basis. #ALL : ALL : allow ALL : 192.168.1. : allow ALL : 151.xxx.xxx.xxx-151.xxx.xxx.xxx : allow ALL : 127.0.0.1 : allow #

Re: Can't ssh to server

2005-02-05 Thread Doug Van Allen
I got it fixed. I forgot I kept ssh commented in inetd.conf until I wanted to use it. On Sat, 5 Feb 2005 12:49:29 -0500, Doug Van Allen [EMAIL PROTECTED] wrote: I'm running FreeBSD 5.3 and I'm trying to connect to it from school using ssh. At school, I get connection refused. I checked the