commit | e1c063ff0aa495452fc4798c7dea900eaf8c07b2 | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周日 10月 10 17:54:11 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周日 10月 10 17:54:11 2010 -0700 |
tree | de46d12e56d42feb43d9b3d3aae4adb5b649fd97 | |
parent | 22d9179ff7eb9d0919bb5d22c01dc9f80eb384ff [diff] |
Updated the ssh config
diff --git a/plugins/ssh.plugins.bash b/plugins/ssh.plugins.bash index 504e223..872d111 100644 --- a/plugins/ssh.plugins.bash +++ b/plugins/ssh.plugins.bash
@@ -1,5 +1,5 @@ #!/bin/bash function add_ssh() { - echo -en "\n\nHost $1\n HostName $2\n User $3" >> ~/.ssh/config + echo -en "\n\nHost $1\n HostName $2\n User $3\n ServerAliveInterval 30\n ServerAliveCountMax 120" >> ~/.ssh/config } \ No newline at end of file