settings in .ssh/config to prevent connection drops
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 16:04:19 +0530
2 files changed,
9 insertions(+),
0 deletions(-)
M
ssh/.ssh/config
→
ssh/.ssh/config
@@ -1,4 +1,12 @@
+Host * + ServerAliveInterval 20 + ServerAliveCountMax 2 + Host github.com Hostname ssh.github.com Port 443 IdentityFile ~/.ssh/github + +Host webarchsrm.com + User ubuntu + IdentityFile ~/.ssh/webarch-aws.pem
M
xfwm4/.config/xfwm4/autostart
→
xfwm4/.config/xfwm4/autostart
@@ -1,5 +1,6 @@
xrdb -load .Xresources & xfsettingsd & +xfce4-power-manager & sxhkd & /home/icyphox/scripts/bar.sh & xfdesktop &