summary refs log tree commit diff
path: root/.ssh/config
blob: ca9963c5c6437ee62453bff67f8bd8ce9e165a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Host *
  HashKnownHosts yes

Host march
  HostName march.nyc3.do.cmcenroe.me

Host april
  HostName april.nyc3.do.cmcenroe.me
  Port 2222

Host dokku
  HostName app.cmcenroe.me
  User dokku
  RequestTTY yes
>2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev