Displaying 13 results from an estimated 13 matches for "rmsh1216".
2024 Jan 13
8
[Bug 3656] New: How to fix row hammer attacks?
...mmer attacks?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
A new vulnerability (CVE-2023-51767) in openssh has been published, but
there seems to be no fix yet.
NVD: https://nvd.nist.gov/vuln/detail/CVE-2023-51767
--
You are receiving this mail because:
You are watching the assignee of the bug.
2023 Feb 01
16
[Bug 3531] New: Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.
...ts happen.
Product: Portable OpenSSH
Version: 9.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
In general, ssh will call poll in client_wait_until_can_do_something to
wait for poll events with setting timeout to -1. When ssh receives
SIGTERM before poll, it will not exit as expected until some events
happen or receiving new signals.
client_loop
client_wait_until_can_do_somet...
2024 May 28
6
[Bug 3693] New: Is SFTP local command execution implemented based on an RFC protocol?
...n RFC protocol?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Hi,
As we all known, we can execute some commands in local shell or escape
to local shell by using '!'. However, I can't find the description in
ssh protocols. If this feature is implemented based on an RFC protocol?
Please let me know if it is. Thanks.
Also, is there a se...
2023 Jul 07
3
[Bug 3587] New: Would OpenSSH consider adding a switch to hide the specific OpenSSH version number?
...n number?
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Although I know that the sshv2 protocol, rfcrfc4253, describes Protocol
Version Exchange, I would like to ask if openssh will consider adding a
new switch to allow customers to choose to hide the specific version
number of openssh or delete the specific version number in debug logs
duri...
2023 Aug 01
3
[Bug 3597] New: Why do we check both nsession_ids and remote_add_provider when judging whether allow remote addition of FIDO/PKCS11 provider libraries is disabled?
...Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Windows 10
Status: NEW
Severity: trivial
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Disallow remote addition of FIDO/PKCS11 provider libraries to ssh-agent
by default is introducted in the commit:
https://github.com/openssh/openssh-portable/commit/1f2731f5d7a8f8a8385c6031667ed29072c0d92a
In my opinion, it is unnecessary for us to check the value of
nsession_ids, becau...
2023 Jan 20
17
[Bug 3526] New: Config option AddressFamily has no effect?
https://bugzilla.mindrot.org/show_bug.cgi?id=3526
Bug ID: 3526
Summary: Config option AddressFamily has no effect?
Product: Portable OpenSSH
Version: 9.0p1
Hardware: amd64
OS: Mac OS X
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2023 Mar 25
1
[Bug 3551] New: Which patches fixes the problem of adding smartcard keys to ssh-agent?
...ssh-agent?
Product: Portable OpenSSH
Version: 9.3p1
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: ssh-agent
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
OpenSSH 9.3 was released on 2023-03-15 and the release fixed one
security bug about adding martcard keys to ssh-agent(1) with the
per-hop destination constraints (ssh-add -h ...) added in OpenSSH 8.9.
https://www.openssh.com/releasenotes.html.
I've learned about the destination cons...
2023 May 27
1
[Bug 3576] New: The sftp-server does not provide the feature of changing expired passwords, which is provided by the sshd.
...shd.
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: Linux
Status: NEW
Severity: security
Priority: P5
Component: sftp-server
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Hi!
When I try to ssh into an account with an expired password, I'm
reminded and can change the password, as shown below,
```
# ssh user at ipaddress
Authorized users only. All activities may be monitored and reported.
user at ipaddress's password:
You are required to change yo...
2023 Jul 20
1
[Bug 3590] New: Why is the service name in the USERAUTH REQUEST message "ssh-connect" instead of "ssh-userauth"?
...userauth"?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
As mentioned in Section 4.7 of RFC2450, the'service name' is used to
describe a protocol layer. as we all know, the USERAUTH REQUEST
messages belong to the authentication protocol layer.
According to my understanding, the service name in the message should
be "ssh-userauth...
2023 Dec 23
1
[Bug 3647] New: Correct the catalogue number of PROTOCOL
...TOCOL
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Created attachment 3777
--> https://bugzilla.mindrot.org/attachment.cgi?id=3777&action=edit
Correct the catalogue number of PROTOCOL
The protocol number should be 1.10 instead of 1.9 which is documented
in previous commit
--
You are receiving this mail because:
You are watch...
2024 Jun 12
2
[Bug 3699] New: Fix lost quit messages
...it messages
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Created attachment 3817
--> https://bugzilla.mindrot.org/attachment.cgi?id=3817&action=edit
Fix lost quit messages
We should immediately output the buffered data to stderr after jumping
out of the loop, rather than after sending the disconnect message,
because we may have no c...
2024 Jul 16
1
[Bug 3711] New: How do you defend against the D (HE) ater attack?
...ater attack?
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
The Diffie-Hellman key agreement protocol allows a remote attacker
(from the client) to send arbitrary numbers that are not actually
public keys and trigger an expensive server-side DHE modular
exponentiation, i.e., a D (HE) at or D (HE) ater attack. The issue has
been flagged as a vuln...
2023 Jan 05
6
[Bug 3518] New: Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
...d
Product: Portable OpenSSH
Version: 9.1p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: rmsh1216 at 163.com
Created attachment 3648
--> https://bugzilla.mindrot.org/attachment.cgi?id=3648&action=edit
skip scp test
multiplex test always failed if there's no scp on remote path, so just
skip scp transfer over multiplexed connection
--
You are receiving this mail because:
You are...