diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-17 20:13:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-17 20:13:06 -0700 |
commit | 471e510c2fe6d2cfe24ee0410d9b96b040b2e925 (patch) | |
tree | 1b2e923526b127326fe1a5575245d74c522c0e4a /home/xyz/.ssh | |
parent | f632eaad671460da915f2ae00793e27cdd993e45 (diff) |
better ssh-agent
Diffstat (limited to 'home/xyz/.ssh')
-rw-r--r-- | home/xyz/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.ssh/config b/home/xyz/.ssh/config index c0865ce3..cd1dd2c3 100644 --- a/home/xyz/.ssh/config +++ b/home/xyz/.ssh/config @@ -15,3 +15,5 @@ Host pi raspberrypi.local Host phone danctnix.local HostName danctnix.local User alarm + +AddKeysToAgent yes |