disable ssh.forwardAgent and addKeysToAgent as defaults
This commit is contained in:
parent
8661d198b2
commit
fe2a8f6837
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@
|
||||||
# for that you need to use `services.ssh-agent.enable`
|
# for that you need to use `services.ssh-agent.enable`
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
forwardAgent = true;
|
forwardAgent = false;
|
||||||
addKeysToAgent = "yes"; # always add keys to ssh-agent
|
addKeysToAgent = "no";
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
hyrule = {
|
hyrule = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue