bitwarden

This commit is contained in:
William Ball 2026-01-06 19:48:10 -08:00
parent 40d8e0cc82
commit 250c83e113
Signed by: wball
SSH key fingerprint: SHA256:3K3IvjUp1U5HwsIRYy/vosnG8l/A84LPUSAKQ6oCGKI
2 changed files with 16 additions and 16 deletions

View file

@ -8,18 +8,18 @@
defaultBranch = main defaultBranch = main
[user] [user]
email = williampi103@gmail.com email = wball@ballcloud.cc
name = William Ball name = William Ball
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMWWWTzqhrQMjtEjbhfc43RMRJABlxSDgn2FdTW6TlUu wball@perga signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDqxQBmgY16pac4XFA9e7+P2zfb+RdW2c9OXOAOm26mP
;
; [gpg] [gpg]
; format = ssh format = ssh
;
; [commit] [commit]
; gpgSign = true gpgSign = true
;
; [tag] [tag]
; gpgSign = true gpgSign = true
;
; [pull] [pull]
; rebase = false rebase = false

View file

@ -1,10 +1,10 @@
Host fg Host fg
User git User git
Hostname forgejo.ballcloud.cc Hostname forgejo.ballcloud.cc
IdentityFile ~/.ssh/perga IdentityFile ~/.ssh/perga.pub
Port 222 Port 222
Host server Host server
User wball User wball
Hostname ballcloud.cc Hostname ballcloud.cc
IdentityFile ~/.ssh/perga IdentityFile ~/.ssh/perga.pub