** Changed in: openssh (Debian)
Status: Unknown => Fix Released
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
This was http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439661, fixed
in OpenSSH 5.1p1; your workarounds with ListenAddress are fine for now,
or I think most systems can just ignore this error.
** Bug watch added: Debian Bug tracker #439661
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439
and uncommenting the line "ListenAddress 0.0.0.0" in
/etc/ssh/sshd_config:
#ListenAddress ::
ListenAddress 0.0.0.0
fixes the issue.
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubunt
yes, I'm using dhcp (with a wifi connection), with ipv4
I just checked the log, and the error is still there.
But sshd works perfectly, it's just a log line that looks odd...
I actually don't remember why I filled this bug. I guess I was
looking for some other issue at the time, and stumbled upon
@xbx:
There are two separate issues.
First, the default setup is noisy : both ipv4 and ipv6 are configured on
the network interface, and without a ListenAddress sshd will try to bind
both, resulting in the "Address already in use" message.
Second, everytime the network interface goes up (say, yo
@xbx:
Do you happen to know if you're on an ipv4 or an ipv6 network?
If you're an ipv4 network, try disabling ipv6 and enabling ipv4 listening in
your /etc/ssh/sshd_config:
#ListenAddress ::
ListenAddress 0.0.0.0
Alternatively, if you're on an ipv6 network, try disabling ipv4 and enabli
Sorry. After making the change I mentioned above, you'll need to restart
the server.
sudo /etc/init.d/ssh restart
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
I found this fix elsewhere.
Open /etc/ssh/sshd_config for editing. Uncomment the listening address
for 0.0.0.0.
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Change to:
# Use these options to restrict which interfaces/proto
sure.
ls -l /etc/rc*.d/*ssh*
lrwxrwxrwx 1 root root 13 2007-11-25 15:25 /etc/rc1.d/K84ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2007-11-25 15:25 /etc/rc2.d/S16ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2007-11-25 15:25 /etc/rc3.d/S16ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 13 2007-11-2
Could I see the output of this command, please?
ls -l /etc/rc*.d/*ssh*
** Changed in: openssh (Ubuntu)
Assignee: (unassigned) => Colin Watson (kamion)
Status: New => Incomplete
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received th
Mindbogglingly unlikely to be an Upstart bug
** Changed in: upstart
Status: New => Invalid
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubun
Not an upstream bug for sysvinit
** Changed in: sysvinit
Status: New => Invalid
** Also affects: openssh (Ubuntu)
Importance: Undecided
Status: New
--
sshd seems to be run multiple times at startup
https://bugs.launchpad.net/bugs/129789
You received this bug notification becau
12 matches
Mail list logo