summary refs log tree commit diff
path: root/.ssh/config
blob: db26e8819520360386c867e1ac2a251f11c431fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Include config_private

Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes
  RemoteForward 7062 127.0.0.1:7062

Host april
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222
2a8142076088e02d29d1053998a7d7db60&follow=1'>Add -u option to xxJune McEnroe 2017-03-15Fix non-string-literal-format-string in briJune McEnroe 2017-03-15Fix bri compilationJune McEnroe 2017-03-15Use psvar for title settingJune McEnroe 2017-03-14Add bri brightness control scriptJune McEnroe 2017-03-14Add comment to tmux terminal overrideJune McEnroe 2017-03-13Have tmux set block cursor on linux consoleJune McEnroe 2017-03-13Use inverse for Visual in colorschemeJune McEnroe