ssh module: disable agent by default

This commit is contained in:
Franz Pletz
2017-06-15 19:27:01 +02:00
parent 2a24fdaee0
commit 994ffc01a0
2 changed files with 10 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ in
startAgent = mkOption {
type = types.bool;
default = true;
default = false;
description = ''
Whether to start the OpenSSH agent when you log in. The OpenSSH agent
remembers private keys for you so that you don't have to type in