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
}