Hi Folks

finally I got a ssh access on my WRAP box. I am a bit conservative so I
decided to use true blue, e.g. sshd and of course, it would not run
right out of the box.
You may not have seen the problem at all, I decided to disable ipv6 on
the box and then then sshd kust refused to start because it was compiled
with sshd support and of course tcp wrappers.

I _guess_ most people will use their router in ipv4 only mode so the
easiest way to get over this is to specify the address in sshd_config like

ListenAddress 0.0.0.0
#ListenAddress ::

the next hurdle came like always with hosts.allow, here it is

sshd: ALL : allow

I suggest to edit the files we distribute in this way

I also suggest to set the following in sysctl.conf

# do you want ipv6?
# if not then uncomment the following
#
net.ipv6.conf.all.disable_ipv6=1
#

Else, well I have to get used to the number of loaded modules, what is
the canonical way to control the module loading mechanism? There are
more modules loaded than in my fully fledged XEN host or client.

cheers

Erich

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to