Displaying 4 results from an estimated 4 matches for "friendofpooh".
2012 Oct 10
0
[Bug 1285] provide fallback options /etc/ssh/ssh_config
https://bugzilla.mindrot.org/show_bug.cgi?id=1285
avalon at friendofpooh.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avalon at friendofpooh.com
--- Comment #6 from avalon at friendofpooh.com ---
(In reply to comment #1)...
2010 Jun 29
2
[Bug 1788] New: simple option to ignore known_hosts
...own_hosts
Product: Portable OpenSSH
Version: 5.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: avalon at friendofpooh.com
Hello,
when one works with dynamic provisioning of machines, known_hosts
checks stop being an effective security measure and are PITA to deal
with.
For exmaple when one creates lots of Amazon EC2 cloud machines and
connects to them, one gets asked for confirmations as well known_hosts
get b...
2009 Jul 01
4
[Bug 1617] New: -L & -R do not work for slave ControlMaster connections
https://bugzilla.mindrot.org/show_bug.cgi?id=1617
Summary: -L & -R do not work for slave ControlMaster
connections
Product: Portable OpenSSH
Version: 5.1p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs
2007 May 16
1
Re: drop silently locally generated packets
Hi. I want to drop silently locally generated packets on a specific
interface. I tried 2 approaches:
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb
tc filter add dev eth0 parent 1: proto ip u32 match ip dst 10.10.10.1 flowid
1:1 police conform-exceed drop/drop
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: prio bands 2 priomap 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0