search for: shedi

Displaying 5 results from an estimated 5 matches for "shedi".

Did you mean: shed
2024 Mar 12
1
rsync segfaults when openssl fips is enabled
Hi All, Any inputs on this issue? -- Shedi On Wed, Feb 21, 2024 at 5:12?PM Shreenidhi Shedi < shreenidhi.shedi at broadcom.com> wrote: > Hi All, > > Copying the content from the GH issue as is. > Need your inputs on the same. > FWIW, the coredump files generated in linux have xattr values which are > > 32 bytes...
2023 Aug 17
21
[Bug 3603] New: ssh clients can't communicate with server with default cipher when fips is enabled at server end
...at server end Product: Portable OpenSSH Version: 9.4p1 Hardware: All OS: Linux Status: NEW Severity: critical Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: sshedi at vmware.com Hi, This seems like a regression at first but there is a way to work around it. When fips is enabled at server end and server has the following cipher set, ``` root at phdev:~ $ sshd -T | grep ciphers ciphers chacha20-poly1305 at openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128...
2023 Aug 05
11
[Bug 3599] New: How to scan for keys when sshd server has fips enabled?
...abled? Product: Portable OpenSSH Version: 9.3p2 Hardware: All OS: Linux Status: NEW Severity: critical Priority: P5 Component: ssh-keyscan Assignee: unassigned-bugs at mindrot.org Reporter: sshedi at vmware.com Created attachment 3712 --> https://bugzilla.mindrot.org/attachment.cgi?id=3712&action=edit Server's sshd config Hi, I have an sshd server which is fips enabled and client is non fips. How to get the server public keys using ssh-keyscan in this case? I tried running...
2023 Apr 24
3
[Bug 3566] New: Password expiry warning is printed multiple times when UsePAM is set to yes
...set to yes Product: Portable OpenSSH Version: 8.8p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: PAM support Assignee: unassigned-bugs at mindrot.org Reporter: sshedi at vmware.com Created attachment 3692 --> https://bugzilla.mindrot.org/attachment.cgi?id=3692&action=edit Show pam messages only on failure When UsePAM is set to yes in sshd_config and if a user password is about to expire, it gets printed two times while doing ssh login. Sample output:...
2024 Feb 21
1
rsync segfaults when openssl fips is enabled
...rsync/xattrs.c Line 277 in 2f9b963 sum_init(xattr_sum_nni, checksum_seed); Here md5 is used by default and md5 usage is prohibited in fips mode. Is there any way to workaround this problem? Also, why not use xxhash for this operation like it's used by default during --checksum option. -- Shedi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20240221/2f9bf188/attachment.htm>