From 6cdcbd0aae79a42e32c2f611083f287b80564930 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 3 Aug 2020 20:42:28 +0200 Subject: ssh: config file is now volatile (moved to /run) --- scripts/cli/test_service_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli/test_service_ssh.py b/scripts/cli/test_service_ssh.py index ad56fb53b..3ee498f3d 100755 --- a/scripts/cli/test_service_ssh.py +++ b/scripts/cli/test_service_ssh.py @@ -22,7 +22,7 @@ from psutil import process_iter from vyos.configsession import ConfigSession, ConfigSessionError from vyos.util import read_file -SSHD_CONF = '/etc/ssh/sshd_config' +SSHD_CONF = '/run/ssh/sshd_config' base_path = ['service', 'ssh'] def get_config_value(key): -- cgit v1.2.3