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:
Saikrishna Arcot 2023-09-07 17:00:18 -07:00 committed by Ying Xie
parent b7e654f627
commit eabcc5b720
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# openssh package
OPENSSH_VERSION = 8.4p1-5+deb11u2
OPENSSH_VERSION = 9.2p1-2+deb12u1
export OPENSSH_VERSION

View File

@ -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. */