sshconfig.snippets (337B)
1 snippet skel "Skeleton with everything I might need" b 2 Host ${1:user-friendly name} 3 HostName ${2:actual IP address} 4 User ${3:username} 5 Port ${4:22} 6 IdentityFile ${5:/path/to/key} 7 ${6:IdentitiesOnly yes} 8 ${7:AddKeysToAgent yes} 9 ${8:ForwardX11 yes} 10 ${9:ProxyJump other host} 11 ${10:SendEnv ENV_VARIABLE_TO_SEND} 12 endsnippet