summary refs log tree commit diff
path: root/home/.ssh/config
blob: 79c0964aaa6004eb7293e28a880cd23df0ba4e4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
IgnoreUnknown Include
Include config_private

HashKnownHosts yes

SendEnv LANG LC_*

Host monday tux
	HostName %h.local
	ForwardAgent yes
	RemoteForward 7062 127.0.0.1:7062

Host june july
	HostName %h.nyc3.do.causal.agency
	Port 2222

Host temp.causal.agency
	Port 2222
4b0db95560e4c11439d7e0e8016d1e8cd48cdda&follow=1'>Update cgitrc templateLars Hjemli 2007-02-04Add support for lightweight tagsLars Hjemli 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli 2007-02-04Do not die if tag has no messageLars Hjemli 2007-02-03Fix search for non-virtual urlsLars Hjemli 2007-01-28Update README with install/config informationLars Hjemli