Displaying 5 results from an estimated 5 matches for "rennebarth".
2019 Oct 11
7
[Bug 3082] New: Add support for deterministically derived keys
...ys
Product: Portable OpenSSH
Version: 8.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: nils.rennebarth at googlemail.com
Created attachment 3335
--> https://bugzilla.mindrot.org/attachment.cgi?id=3335&action=edit
patch for 8.0p1 to support derived keys
In our project we connect a cluster of appliances to a central managing
system via ssh. When a new appliance is deployed, the administrato...
2024 Oct 18
1
Confusion using "ssh-add -D" and then "ssh-add -l"
...'t think I
> have).
> Can anyone suggest what might be awry?
You are probably running gnome-keyring which acts as a replacement ssh agent and has slightly different behaviour: It will still list your keys after
-D, but you need to unlock each them to actually use th
--
Dipl. Math Nils Rennebarth
Senior Berater Entwicklung
Division Network & Client security
secunet Security Networks AG
Tel.: +49 201 5454-3976
Fax: +49 711 900300-90
Mobil: +49 174 9750449
E-Mail: nils.rennebarth at secunet.com
Neue Br?cke 3
70173 Stuttgart
www.secunet.com
____________________________________________...
2024 Oct 18
3
Confusion using "ssh-add -D" and then "ssh-add -l"
On Fri, Oct 18, 2024 at 11:38:37AM +0100, Chris Green wrote:
> I'm confused by the following:-
>
> rcfg at q957$ ssh-add -l
> 256 SHA256:gl9l9m/xnYpL9P7WkL60L+FcJ0+r2c5Ci770p9VEC08 chris at q957 (ED25519)
> 256 SHA256:4XDYbepg8zK43pofpQ8IGxMAXkej298a0XZHWjJTIQQ chris at q957 (ED25519)
> 3072 SHA256:yeQw8xe9rrxHKLqICoXNwReZKKV9HI1UeTCf95QywXM chris at t470
2011 Sep 13
1
[Bug 748] New: Range check for ulog-cprange is wrong
...ng
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: nils.rennebarth at funkwerk-ec.com
Estimated Hours: 0.0
Created an attachment (id=365)
--> (http://bugzilla.netfilter.org/attachment.cgi?id=365)
Use right restrictions for options cprange and qthreshold
The --ulog-cprange option for the ULOG target restricts its numerical
argument to the range 1..ULOG_MA...
2011 Oct 19
0
[Bug 758] New: Retry iptables command on transient failure
...Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: nils.rennebarth at funkwerk-ec.com
Estimated Hours: 0.0
On our system, the command
# iptables -t mangle -D <some chain> <some rule>
or
# iptables -t mangle -F <some chain>
sometimes fails with exit code 4. Retrying the same command again works.
This happens often enough that is is annoying...