diff options
author | Mateja <mail@matejamaric.com> | 2021-02-08 21:22:03 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-08 21:22:03 +0100 |
commit | 43b12f0d85ea18ae4e5f820a51771cea2c293db6 (patch) | |
tree | 50bc5d85d78fa8ff039c263802b5a4bcf75660cd | |
parent | 0d945aa796fa37e8cd2e01107c62bf61eba9c958 (diff) | |
download | dotfiles-43b12f0d85ea18ae4e5f820a51771cea2c293db6.tar.gz dotfiles-43b12f0d85ea18ae4e5f820a51771cea2c293db6.zip |
Tell SSH to save keys.
-rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..07ff3a5 --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +AddKeysToAgent yes |