pregenerate ssh_host keys for tests
Then we are free to choose where to put the ssh config
This commit is contained in:
7
pkgs/clan-cli/tests/data/sshd_config
Normal file
7
pkgs/clan-cli/tests/data/sshd_config
Normal file
@@ -0,0 +1,7 @@
|
||||
HostKey $host_key
|
||||
LogLevel DEBUG3
|
||||
# In the nix build sandbox we don't get any meaningful PATH after login
|
||||
MaxStartups 64:30:256
|
||||
AuthorizedKeysFile $host_key.pub
|
||||
AcceptEnv REALPATH
|
||||
PasswordAuthentication no
|
||||
Reference in New Issue
Block a user