search for: vvvo

Displaying 3 results from an estimated 3 matches for "vvvo".

Did you mean: vvv
2011 Dec 18
8
[Bug 1963] New: IPQoS not honoured
...ed-bugs at mindrot.org ReportedBy: bugzilla.mindrot.org at pobox.madduck.net While openssh-client seems to properly switch between the lowdelay/throughput QoS classes depending on whether the session is interactive or not, the new IPQoS option seems to have absolutely no effect: % ssh -vvvo 'IPQoS ef' -4 -Snone vera 2>&1 >/dev/null | egrep tos || echo no match debug3: packet_set_tos: set IP_TOS 0x10 ^D % ssh -vvvo 'IPQoS ef' -4 -Snone vera true 2>&1 >/dev/null | egrep tos || echo no match debug3: packet_set_tos: set IP_TOS 0x08 In both case...
2011 Dec 18
1
[Bug 1965] New: IPQoS option ignored for AF_INET since 5.9p1-1
...1: Sending command: true Unfortunately I cannot tell you precisely what broke. Looking at the binary I can see that the relevant log message is contained, so the relevant code is still present in the binary. Curiously, exactly the opposite behaviour exists for AF_INET6: With 1:5.8p1-7: % ssh -vvvo 'IPQoS ef' -6 -Snone vera true 2>&1 >/dev/null | egrep tos || echo no match no match With 1:5.9p1-2: % ssh -vvvo 'IPQoS ef' -6 -Snone vera true 2>&1 >/dev/null | egrep tos || echo no match debug3: packet_set_tos: set IPV6_TCLASS 0x08 -- Configure bugmai...
2010 Jan 28
3
Repost: [patch] Automatically add keys to agent
On Mon, Jan 18, 2010 Joachim Schipper wrote: > What this patch does can be described as follows: > > Without: > you at local$ ssh somehost > Enter passphrase for RSA key 'foo': > you at somehost$ exit > $ ssh otherhost > Enter passphrase for RSA key 'foo': > you at otherhost$ > > With: > you at local$ ssh somehost > Enter passphrase for RSA