Compare commits

..

3 Commits

Author SHA1 Message Date
d22bfb1d2e feat: add deck ssh
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-18 22:35:12 +01:00
9db8116812 fix: missed a k
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-18 22:34:20 +01:00
6f855043bc feat: use ssh signing key
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-12-18 22:33:59 +01:00
2 changed files with 10 additions and 6 deletions

View File

@@ -1,13 +1,10 @@
[user]
name = {{ .gitea_name }}
email = {{ .gitea_email }}
signingkey = {{ .gitea_public_gpg }}
signingkey = /home/kjuulh/.ssh/id_clank
[credential]
helper = store
[commit]
gpgsign = true
[gpg]
format = ssh
[url "ssh://git@git.front.kjuulh.io/"]
insteadOf = https://git.front.kjuulh.io/

View File

@@ -295,3 +295,10 @@ Host clank_storage_box
Port 23
PubKeyAuthentication yes
IdentityAgent ~/.1password/agent.sock
Host deck
Hostname 192.168.2.3
User deck
PubKeyAuthentication yes
IdentitiesOnly yes
IdentityFile ~/.ssh/id_clank