Ask a Question related to Linux / Unix Administration, Design and Development.
-
Gene Mats #1
SSH Host Based Authentication
Hello,
I am having a problem with activating SSHD Host Based Authentication on my
FreeBSD OS. Below is my /etc/ssh/sshd_config file.
HostbasedAuthentication yes
PermitRootLogin no
VerifyReverseMapping yes
IgnoreRhosts yes
IgnoreUserKnownHosts yes
My /etc/hosts.equiv and /etc/shosts.equiv have a few specific hostnames. But
it seems I can still connect from any host -(.
How can I block ALL hosts access to my SSHD. I tried putting in a minus
minus in the /etc/hosts.equiv and /etc/shosts.equiv and I have the
HostbasedAuthentication setting turned to up to yes. Still no success.
Any help would be appreciated.
-Gene Mats
Gene Mats Guest
-
Forms Authentication -- on host
I create a subdirectory in my website (within Visual Studio) and then using IIS managment console, I made the directory run as an application. ... -
Which host - PHP, MySql, NO adverts, reliable, cheap (or free) UK based.
I know it has been asked before but I never took much notice as I didnt need to know. -
How can I redirect requests based on host?
Hi, I have two domains pointing to the same ISP hosted web site. How can I redirect request for www.domain2.com to a sub-folder using header... -
Directory based authentication
You can go for form authentication or windows authentication, then use location tag or create web.config (in that folder) to specify particular... -
Only accept page entry based on allowed host header.
This sounds wierd... but i would love to know how to do this in asp. Linkpoint central does this with their payment gateway as a securty... -
Chris Miller #2
Re: SSH Host Based Authentication
[email]geneSPAMAWAYmats@eathlink.nets[/email] (Gene Mats) wrote in message news:<Xns941CDF0A76EEFgeneSPAMAWAYmatyahoo@167.206 .3.3>...
Gene-> Hello,
>
> I am having a problem with activating SSHD Host Based Authentication on my
> FreeBSD OS. Below is my /etc/ssh/sshd_config file.
>
> HostbasedAuthentication yes
> PermitRootLogin no
> VerifyReverseMapping yes
> IgnoreRhosts yes
> IgnoreUserKnownHosts yes
>
> My /etc/hosts.equiv and /etc/shosts.equiv have a few specific hostnames. But
> it seems I can still connect from any host -(.
>
> How can I block ALL hosts access to my SSHD. I tried putting in a minus
> minus in the /etc/hosts.equiv and /etc/shosts.equiv and I have the
> HostbasedAuthentication setting turned to up to yes. Still no success.
>
> Any help would be appreciated.
>
> -Gene Mats
Have your considered installing and using TCP wrappers? I believe
this will give you the granularity of access you are looking for
without messing with your ssh config files.
-Chris
Chris Miller Guest



Reply With Quote

