11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
snippet stanza "Stanza di configurazione SSH per BgWorld"
|
|
Host ${1:name}
|
|
HostName ${2:hostname}
|
|
Port 4321
|
|
User bgworld
|
|
IdentityFile ~/.ssh/bgworld/id_rsa
|
|
ProxyCommand ssh -W %h:%p ${3:proxy}
|
|
$0#LocalForward 59090 127.0.0.1:9090
|
|
|
|
endsnippet
|