bitwarden
This commit is contained in:
parent
40d8e0cc82
commit
250c83e113
2 changed files with 16 additions and 16 deletions
|
|
@ -8,18 +8,18 @@
|
|||
defaultBranch = main
|
||||
|
||||
[user]
|
||||
email = williampi103@gmail.com
|
||||
email = wball@ballcloud.cc
|
||||
name = William Ball
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMWWWTzqhrQMjtEjbhfc43RMRJABlxSDgn2FdTW6TlUu wball@perga
|
||||
;
|
||||
; [gpg]
|
||||
; format = ssh
|
||||
;
|
||||
; [commit]
|
||||
; gpgSign = true
|
||||
;
|
||||
; [tag]
|
||||
; gpgSign = true
|
||||
;
|
||||
; [pull]
|
||||
; rebase = false
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDqxQBmgY16pac4XFA9e7+P2zfb+RdW2c9OXOAOm26mP
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
|
||||
[tag]
|
||||
gpgSign = true
|
||||
|
||||
[pull]
|
||||
rebase = false
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Host fg
|
||||
User git
|
||||
Hostname forgejo.ballcloud.cc
|
||||
IdentityFile ~/.ssh/perga
|
||||
IdentityFile ~/.ssh/perga.pub
|
||||
Port 222
|
||||
|
||||
Host server
|
||||
User wball
|
||||
Hostname ballcloud.cc
|
||||
IdentityFile ~/.ssh/perga
|
||||
IdentityFile ~/.ssh/perga.pub
|
||||
|
|
|
|||
Loading…
Reference in a new issue