diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2023-12-06 22:31:29 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2023-12-06 22:31:29 +0100 |
commit | 755c0e2e038ea6574a6849b01cfa73054464b8e4 (patch) | |
tree | 783d6e87babd6d45d887dc5629a87c324ca89e9f /root/.ssh/config | |
parent | c (diff) | |
parent | b (diff) | |
download | n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar.gz n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar.bz2 n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar.lz n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar.xz n-755c0e2e038ea6574a6849b01cfa73054464b8e4.tar.zst n-755c0e2e038ea6574a6849b01cfa73054464b8e4.zip |
Diffstat (limited to 'root/.ssh/config')
-rw-r--r-- | root/.ssh/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/root/.ssh/config b/root/.ssh/config index 8ea73a0..c5a1341 100644 --- a/root/.ssh/config +++ b/root/.ssh/config @@ -5,8 +5,3 @@ Host * ControlPersist yes # EnableEscapeCommandline yes ForwardX11 yes -Host kokoskaSI - HostName github.com - User git - IdentityFile /root/tmp/kokoska - IdentitiesOnly yes |