diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-04-06 01:13:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-04-06 02:14:19 +0200 |
| commit | 7247c94f15ce079ea01b10a66393758861f5a322 (patch) | |
| tree | 4d38f599eeba468a37a76d0a43b089409889d86a /.ssh | |
| parent | e2d40a097f5875c6176bd0313ee4d7a70691241a (diff) | |
Add ssh config to use gpg and fix tty issue
Diffstat (limited to '.ssh')
| -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..4be131d --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" |
