Aggiunta snippets per ssh.
This commit is contained in:
parent
15428a88f7
commit
1f873a77ca
2 changed files with 11 additions and 0 deletions
10
vim/UltiSnips/sshconfig.snippets
Normal file
10
vim/UltiSnips/sshconfig.snippets
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue