Skip to Content.
Sympa Menu

unclug - Re: [unclug] ssh via wireless...

unclug AT lists.ibiblio.org

Subject: UNC Linux Users Group

List archive

Chronological Thread  
  • From: Scott Zentz <zentz AT email.unc.edu>
  • To: UNC Linux Users Group <unclug AT lists.ibiblio.org>
  • Subject: Re: [unclug] ssh via wireless...
  • Date: Wed, 27 Feb 2008 15:50:01 -0500

you can limit ssh via iptables... here is a quick rule that should work for you...

iptables -A INPUT -i eth0 -p tcp --source 152.19.0.0/16 --dport 22 -j ACCEPT



-scz

dsandif wrote:
Question:

I have a linux project server that I have set too be accessible only by SSH. It is static IP'ed so if anyone wants to get access within the department subnet, I have to add their IP to the hosts.allow file. However,
I also want wireless users to be able to access the project server files as well and being that the wireless network is dhcp, I'm not sure as to how to go about this. If I try to access the server via wireless, I do get a contact registered from both the host and the client but then I get a "ssh_exchange_identification: Connection closed by remote host" on the client and on the server security logs, it comes up as a dhcp wireless client denied. Is there a way to do this so that folks that use wireless in my building can get access?, thxs.

D-
_______________________________________________
unclug mailing list
unclug AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/unclug





Archive powered by MHonArc 2.6.24.

Top of Page