Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
b110de49b9caf8ba8850e870dd1550684b43ac26
/
.
/
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
}