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

Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes

Host april may
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222
path to HOMEJune McEnroe This fixes the prompt for FreeBSD's /home shenanigans. This is the one thing that just seems dirty to me in FreeBSD. Why. 2018-08-16Install mksh rather than zshJune McEnroe 2018-08-16Port all scripts to shJune McEnroe Not hard, but having to escape ( ) inside [ ] had me confused for a bit. 2018-08-16Shorten .local ssh namesJune McEnroe ksh doesn't do sophisticated tab-complete so I have to actually type ssh hosts now. 2018-08-16Export GPG_TTYJune McEnroe Oops. 2018-08-16Disable visual bell entirely in TerminalJune McEnroe You can't turn off bell in ksh. 2018-08-16Rearrange kshrc, fix right promptJune McEnroe