diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-07 19:43:22 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-07 19:43:41 +0200 |
commit | 858263ab3a31c81afdf908279c6f52f08da3c688 (patch) | |
tree | ecc43cb7af80f4048f42c47e1d7d01248e15c722 /home | |
parent | 6e2f917375596238a85d86c4bd65ede6976b73b9 (diff) | |
download | lbsd-858263ab3a31c81afdf908279c6f52f08da3c688.tar.gz |
Move AddKeysToAgent to user SSH config file
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/john/.ssh/config b/home/john/.ssh/config index ae1c286..75482ed 100644 --- a/home/john/.ssh/config +++ b/home/john/.ssh/config @@ -1,3 +1,5 @@ +AddKeysToAgent yes + Host r HostName ankarstrom.se User root |