Displaying 3 results from an estimated 3 matches for "jarc".
Did you mean:
arc
2025 May 13
5
[Bug 3823] New: SSH on same device ignores MAC restrictions
...rictions
Product: Portable OpenSSH
Version: 10.0p2
Hardware: Other
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: adrian.jarc at aviatnet.com
If I disable certain mac algorithms on sshd and then try to connect (on
same device) to ssh with thiose disabled algorithms, SSH allows me to
do this.
Scenario:
I have disabled hmac-sha2-256 in sshd config on device. Then I try
establishing connection via ssh client on same devic...
2002 Jun 21
0
sshd initially ignores -e (log_stderr) if -i (inetd_flag) is given
A non-text attachment was scrubbed...
Name: sshd-stderr.patch
Type: text/x-patch
Size: 424 bytes
Desc: make sshd honor -e even with -i
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020621/b29eef76/attachment.bin
2002 Nov 12
2
2.5.5 build ignores $CPPFLAGS
(I'm not subscribed; Mail-Followup-To set.)
Contrary to the claim in the output of ./configure --help, $CPPFLAGS
is in fact not influential.
--- rsync-2.5.5/Makefile.in~ 2002-03-24 23:36:34.000000000 -0500
+++ rsync-2.5.5/Makefile.in 2002-11-12 17:52:04.000000000 -0500
@@ -9,6 +9,7 @@
LIBS=@LIBS@
CC=@CC@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LDFLAGS=@LDFLAGS@