1# $MirSecuCron$
2# $MirOS: src/etc/ssh_root_config,v 1.1 2011/01/15 21:52:38 tg Exp $
3#-
4# The following files are ssh(1) and sshd(8) configuration files for
5# root if his HOME directory is unset or root ("/") only:
6# - ~/.etc/ssh/config		-> /etc/ssh/root:config
7# - ~/.etc/ssh/known_hosts	-> /etc/ssh/root:known_hosts
8# - ~/.etc/ssh/authorised_keys	-> /etc/ssh/root:authorised_keys
9
10Host *
11	ControlPath /var/run/ssh-agent/0/ctl.%r@%h:%p
12