31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
|
From ef967d029a8d3724d187ca4cd558bf4f52f8a295 Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Jelen <jjelen@redhat.com>
|
||
|
Date: Wed, 18 May 2022 12:26:57 +0200
|
||
|
Subject: [PATCH 31/39] Add missing documentation link to the SFTP deprecation
|
||
|
|
||
|
Related: #863
|
||
|
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
|
||
|
---
|
||
|
.../opensshsubsystemsftp/libraries/opensshsubsystemsftp.py | 5 ++++-
|
||
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/repos/system_upgrade/el8toel9/actors/opensshsubsystemsftp/libraries/opensshsubsystemsftp.py b/repos/system_upgrade/el8toel9/actors/opensshsubsystemsftp/libraries/opensshsubsystemsftp.py
|
||
|
index b60c08ca..20af2b39 100644
|
||
|
--- a/repos/system_upgrade/el8toel9/actors/opensshsubsystemsftp/libraries/opensshsubsystemsftp.py
|
||
|
+++ b/repos/system_upgrade/el8toel9/actors/opensshsubsystemsftp/libraries/opensshsubsystemsftp.py
|
||
|
@@ -24,7 +24,10 @@ def process(openssh_messages):
|
||
|
title="SCP support in RHEL",
|
||
|
url="https://access.redhat.com/articles/5284081",
|
||
|
),
|
||
|
- # TODO provide a link to documentation or blog post
|
||
|
+ reporting.ExternalLink(
|
||
|
+ title="OpenSSH SCP deprecation in RHEL 9: What you need to know ",
|
||
|
+ url="https://www.redhat.com/en/blog/openssh-scp-deprecation-rhel-9-what-you-need-know",
|
||
|
+ ),
|
||
|
]
|
||
|
reporting.create_report([
|
||
|
reporting.Title('OpenSSH configured without SFTP subsystem'),
|
||
|
--
|
||
|
2.35.3
|
||
|
|