2375bafbae
Then we are free to choose where to put the ssh config
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
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
|