Yes it most certainly can be setup to listen on all interfaces. My meager box
has one NIC with 3 virtual interfaces on it and ssh does just fine no matter
which one I try to connect to. I think the key here lies in that you're using
linuxconf to configure it, I've never seen that before since I generally write
up my conf files by hand from the examples. I run both ssh and ssh2 off the
same machine, for all interfaces. Check your config file and it should have a
line like the following:

# sshd2_config
# SSH 2.0 Server Configuration File

*:
 Port     22
 ListenAddress       0.0.0.0

or

#sshd_config 
# This is ssh server systemwide configuration file.

Port 22
ListenAddress 0.0.0.0


The addresses of all balls means it will listen on all interfaces available.

Hope this helps, just remember - linuxconf is cool :] and useful too, lord
knows I've used it a decent amount - but always check your actual config files.

<EOL>
Tib


On Sat, 6 Jan 2001, Cecil Watson wrote:

> Yes, it does.  I doesn't think you need to configure it at all.  I have
> it running on one machine with multiple virtual IPs and it answers to
> then all.
> 
> SIR admin wrote:
> > 
> > can ssh be set up to listen on all IP addresses?  in linuxconf, it seems
> > that it can only listen on one.  this is creating a problem with virtual
> > hosts i have set up.
> > 
> > :(
> > 
> > matthew gansert
> > [EMAIL PROTECTED]
> 


Reply via email to