summaryrefslogtreecommitdiffstats
path: root/root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'root/.ssh/config')
-rw-r--r--root/.ssh/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/root/.ssh/config b/root/.ssh/config
index c5a1341..8ea73a0 100644
--- a/root/.ssh/config
+++ b/root/.ssh/config
@@ -5,3 +5,8 @@ Host *
ControlPersist yes
# EnableEscapeCommandline yes
ForwardX11 yes
+Host kokoskaSI
+ HostName github.com
+ User git
+ IdentityFile /root/tmp/kokoska
+ IdentitiesOnly yes