Update openssh to 9.2p1-2+deb12u1 (the version in Debian Bookworm)
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com> Co-authored-by: Aravind Mani <aravind.m1@dell.com>
This commit is contained in:
parent
b7e654f627
commit
eabcc5b720
@ -1,6 +1,6 @@
|
||||
# openssh package
|
||||
|
||||
OPENSSH_VERSION = 8.4p1-5+deb11u2
|
||||
OPENSSH_VERSION = 9.2p1-2+deb12u1
|
||||
|
||||
export OPENSSH_VERSION
|
||||
|
||||
|
@ -14,9 +14,9 @@ diff --git a/auth.c b/auth.c
|
||||
index c3693ba3f..96d551922 100644
|
||||
--- a/auth.c
|
||||
+++ b/auth.c
|
||||
@@ -914,3 +914,14 @@ auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw,
|
||||
|
||||
return 0;
|
||||
@@ -764,3 +764,14 @@ auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw,
|
||||
fatal_f("failed to restrict session");
|
||||
sshauthopt_free(restricted);
|
||||
}
|
||||
+
|
||||
+/* Export remote IP address and port for authorization. */
|
||||
|
Loading…
Reference in New Issue
Block a user