Package: monkeysphere
Version: 0.41-1
Severity: serious
Tags: patch

RSAAuthentication has been removed from OpenSSH, and therefore using it
tests/home/testuser/.ssh/config contributes to testsuite failure
>From 91ffa734a9d3ce695c85b24d0f418ce3939ed592 Mon Sep 17 00:00:00 2001
From: Clint Adams <cl...@debian.org>
Date: Sun, 24 Jun 2018 19:02:07 -0400
Subject: [PATCH] Remove RSAAuthentication from test ssh config

---
 tests/home/testuser/.ssh/config | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config
index ab1efa6..8c1e9bb 100644
--- a/tests/home/testuser/.ssh/config
+++ b/tests/home/testuser/.ssh/config
@@ -3,7 +3,6 @@ Host *
 ChallengeResponseAuthentication no
 PasswordAuthentication no
 KbdInteractiveAuthentication no
-RSAAuthentication no
 GSSAPIAuthentication no
 StrictHostKeyChecking yes
 LogLevel DEBUG
-- 
2.18.0

Reply via email to