Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
10680fe8110d021c6267626a0214c65061460f05
/
.
/
plugins
/
ssh.plugins.bash
blob: 872d1114fa694e1613249b7d111ad82cc1baef62 [
file
] [
log
] [
blame
]
#!/bin/bash
function
add_ssh
()
{
echo
-
en
"\n\nHost $1\n HostName $2\n User $3\n ServerAliveInterval 30\n ServerAliveCountMax 120"
>>
~/.
ssh
/
config
}