summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-12-15 19:33:18 +0000
committerGitHub <noreply@github.com>2025-12-15 19:33:18 +0000
commit31ce591f9bd34edc8a5a5ee91a4367c741b93b7c (patch)
tree89f6f2fce2d02242a38329d80382980abde10f32 /smoketest/scripts/cli
parent6c6fa367118c6196a1fb01df8646269e91ac2a4f (diff)
parentef13a6319a21c8030301aeebbeabf5148adb994c (diff)
downloadvyos-1x-31ce591f9bd34edc8a5a5ee91a4367c741b93b7c.tar.gz
vyos-1x-31ce591f9bd34edc8a5a5ee91a4367c741b93b7c.zip
Merge pull request #4896 from c-po/ssh-config-test
ssh: T8090: T8098: add support for config test mode (sshd -t)
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-xsmoketest/scripts/cli/test_service_ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_service_ssh.py b/smoketest/scripts/cli/test_service_ssh.py
index 6935464a7..4ef3dd51d 100755
--- a/smoketest/scripts/cli/test_service_ssh.py
+++ b/smoketest/scripts/cli/test_service_ssh.py
@@ -378,7 +378,7 @@ class TestServiceSSH(VyOSUnitTestSHIM.TestCase):
rekey_data = '1024'
for cipher in ciphers:
- self.cli_set(base_path + ['ciphers', cipher])
+ self.cli_set(base_path + ['cipher', cipher])
for host_key in host_key_algs:
self.cli_set(base_path + ['hostkey-algorithm', host_key])
for kex in kexes: