add empty config for repassh (used by the ssh_agent xontrib
This commit is contained in:
parent
246bfc111a
commit
897669a774
1 changed files with 23 additions and 0 deletions
23
.config/repassh/config.json
Normal file
23
.config/repassh/config.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"MATCH_PATH": [
|
||||
],
|
||||
|
||||
"MATCH_ARGV": [
|
||||
],
|
||||
|
||||
"KNOCK_ARGV": [
|
||||
],
|
||||
|
||||
"SSH_ADD_OPTIONS": {
|
||||
},
|
||||
|
||||
"SSH_OPTIONS": {
|
||||
},
|
||||
|
||||
"SSH_DEFAULT_OPTIONS": "",
|
||||
|
||||
"SSH_ADD_DEFAULT_OPTIONS": "-t 7200",
|
||||
|
||||
"VERBOSITY": 3
|
||||
}
|
||||
|
Loading…
Reference in a new issue