search for: kircherlike

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

2020 Sep 09
5
[Bug 3211] New: A
...Summary: A Product: Portable OpenSSH Version: 8.3p1 Hardware: Other OS: Linux Status: NEW Severity: security Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: kircherlike at outlook.com -- You are receiving this mail because: You are watching the assignee of the bug.
2020 Jun 17
7
[Bug 3182] New: openssh-8.2 make ClientAliveCountMax=0 disable the connection
...connection Product: Portable OpenSSH Version: 8.2p1 Hardware: ARM64 OS: Linux Status: NEW Severity: security Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: kircherlike at outlook.com The meaning of the ClientAliveCountMax=0 parameter modified in OpenSSH 8.2 is as follows: https://anongit.mindrot.org/openssh.git/commit/?id=69334996ae203c51c70bf01d414c918a44618f8e This modification indicates that the OpenSSH does not provide the function of exiting the client du...
2020 Apr 26
5
[Bug 3155] New: openssh support hostkey encrypt
...ncrypt Product: Portable OpenSSH Version: 8.2p1 Hardware: ARM64 OS: Linux Status: NEW Severity: security Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at mindrot.org Reporter: kircherlike at outlook.com We noticed that the sshd.c file contained such a code snippet: ... for (i = 0; i < options.num_host_key_files; i++) { int ll = options.host_key_file_userprovided[i] ? SYSLOG_LEVEL_ERROR : SYSLOG_LEVEL_DEBUG1; if (option...
2020 Jun 08
3
[Bug 3179] New: sshd bind function and IPv6 neighbor discovery
...hbor discovery Product: Portable OpenSSH Version: 8.2p1 Hardware: ARM64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: kircherlike at outlook.com When I configure a service file in systemd for my /usr/sbin/sshd file, I write a dependency statement such as After=network-online.target. ... [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(5) After=network-online.target sshd-keygen.target Want...
2020 Aug 08
4
[Bug 3200] New: Will future versions of openssh fix CVE-2020-15778?
...E-2020-15778? Product: Portable OpenSSH Version: 8.3p1 Hardware: ARM64 OS: Linux Status: NEW Severity: security Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: kircherlike at outlook.com Although separating the scp function from the ssh is a difficult task, it is inappropriate to run commands in the scp that transfers files. Will OpenSSH be able to restore the CVE? https://github.com/cpandya2909/CVE-2020-15778 -- You are receiving this mail because: You are watc...