From b561620c7ba70e0878744767d2601b0a0b76bbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 15 Nov 2023 01:35:26 +0100 Subject: b --- root/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'root/.ssh') 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 -- cgit v1.2.3