In Precise, ssh_config's man page correctly states that multiple hosts
(ex: Host A B C) are to be separated by spaces and that multiple from=""
(ex: from="example.com,192.2.0.1") in the authorized_keys files are
comma-separated.
--
You received this bug notification because you are a member of Ub
** Changed in: openssh (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306430
Title:
~/.ssh/config does not handle multiple hosts correctly
To mana
This is still very much the case in Precise, not sure about the others,
is there any progress on this?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306430
Title:
~/.ssh/config does not handle multi
Can this bug be reproduced?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306430
Title:
~/.ssh/config does not handle multiple hosts correctly
To manage notifications about this bug go to:
https://
Seems that negated matches are now supported.
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/readconf.c?rev=1.191;content-type=text%2Fplain
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/306430
Sorry, correct link:
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/readconf.c?rev=1.191
support negated Host matching, e.g.
Host *.example.org !c.example.org
User mekmitasdigoat
Will match "a.example.org", "b.example.org", but not "c.example.org"
--
You received this bug notifi
I have been experiencing similar problems in pattern lists but only
noticed because I could not get the negating function to work - in the
man page it says:
"Patterns within pattern-lists may be negated by preceding them with an
exclamation mark (`!')"
So I was trying to do this sort of thing:
H
@Caldrin: Thank you for writing the patch. Did you already build a
debdiff and filed it or is this your only version of it? Asking as this
needs more work before being integrated.
** Changed in: openssh (Ubuntu)
Assignee: (unassigned) => Caspar Clemens Mierau (damokles)
Status: New =>
I submitted a patch that changes the documentation to reflect the
behaviour of the program.
--
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Attachment added: "changes documentation to reflect programs behaviour"
http://launchpadlibrarian.net/22055157/ssh_config_patternlist.diff
--
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a m
I can confirm this bug on fresh install of Ubuntu 8.04.2, i386
$ dpkg -l openssh-client\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name
I can confirm this bug:
"man ssh_config" says to format host name lists like:
Host A,B,C
User someuser
But "ssh A" for example prompts for user name, so its not working.
However the following works:
Host A B C
User someuser
--
~/.ssh/config does not handle multiple hosts correctly
https:/
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/20317598/Dependencies.txt
--
~/.ssh/config does not handle multiple hosts correctly
https://bugs.launchpad.net/bugs/306430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
13 matches
Mail list logo