ssh: install an ssh client

Fixes #3667
This commit is contained in:
George Macon 2023-02-10 15:55:17 -05:00 committed by Robert Helgesson
parent e0026e16a5
commit 6702b22b98
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
12 changed files with 35 additions and 1 deletions

View file

@ -7,6 +7,8 @@
includes = [ "config.d/*" "other/dir" ];
};
test.stubs.openssh = { };
nmt.script = ''
assertFileExists home-files/.ssh/config
assertFileContains home-files/.ssh/config "Include config.d/* other/dir"