diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-19 20:15:46 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-08-19 20:15:46 +0200 |
| commit | b40f2c5ec40a31971c03fa8e103141cd490da348 (patch) | |
| tree | cdb1ffdbab8a8773f9fb26c0ec5ca9c69e583797 | |
| parent | 99c1dd5396529c7f143c08fdc4cd47bc69e71964 (diff) | |
add ssh config
| -rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..7e3a1bc --- /dev/null +++ b/.ssh/config @@ -0,0 +1,2 @@ +match user git host pipeframe.xyz + requesttty no |