Added ssh-with-timeout for ssh-agent usage with password-protected keys
This commit is contained in:
13
gitconfig
13
gitconfig
@@ -3,7 +3,7 @@
|
||||
name = ENTERME
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
wsErrorHighlight = all
|
||||
wsErrorHighlight = all
|
||||
[difftool]
|
||||
prompt = false
|
||||
[alias]
|
||||
@@ -18,13 +18,8 @@
|
||||
default = simple
|
||||
[core]
|
||||
editor = vim
|
||||
sshCommand = /home/anaber/.local/bin/ssh-with-timeout.sh
|
||||
[pull]
|
||||
ff = only
|
||||
ff = only
|
||||
[http]
|
||||
postBuffer = 524288000
|
||||
sslcainfo = /etc/ssl/certs/ca-certificates.crt
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
postBuffer = 524288000
|
||||
|
||||
Reference in New Issue
Block a user