Aggiunta snippets per ssh.
This commit is contained in:
parent
15428a88f7
commit
1f873a77ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
zsh/distro.base.zsh
|
zsh/distro.base.zsh
|
||||||
vim/autoload/plug.vim
|
vim/autoload/plug.vim
|
||||||
vim/plugged
|
vim/plugged
|
||||||
|
vim/pack
|
||||||
vim/bundle
|
vim/bundle
|
||||||
vim/spell
|
vim/spell
|
||||||
|
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…
Reference in New Issue
Block a user