Colin Watson <[EMAIL PROTECTED]> writes:
> ** Changed in: openssh (Ubuntu)
>    Importance: Undecided => Wishlist
>        Status: Unconfirmed => Confirmed

FYI, this need not stay "wishlist" for long -- it will take
less than five minutes to actually add ssh.

Just to make it clear:

in /etc/network/if-up.d, place a file named "ssh" saying this or a
slight variant:

----------------------------------------------------------------------
#!/bin/sh


case $ADDRFAM in
        inet*)
                if [ -x "/etc/init.d/ssh" ]; then
                        /etc/init.d/ssh restart || exit $?
                fi
                ;;
esac
----------------------------------------------------------------------

This really will take no time. Please fix it -- it will make the world
a better place and close an open bug.

Perry

-- 
sshd not reconfigured by /etc/network
https://bugs.launchpad.net/bugs/103436
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to