blob: 67142a55fa18aef03240a8049e138f83c71f52fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: secrets.conf,v 1.3 2001/02/03 08:20:36 niklas Exp $
# Simple
identity local "Niels" "Niels for one"
# Pairs
identity pair local "Niels" "Niels-Niels" "Niels to Niels"
identity pair local "Apple" "Niels-Apple" "Niels to Apple"
identity pair local "Baker" "Niels-Baker" "Niels to Baker"
# Remote secrets
identity remote "Niels-Apple" "Niels to Apple"
identity remote "Niels-Niels" "Niels to Niels"
identity remote "Niels-Baker" "Niels to Baker"
identity remote "Apple-Niels" "Apple to Niels"
identity remote "Baker-Niels" "Baker to Niels"
identity remote "Apple" "all for one"
identity remote "Niels" "Niels for one"
identity remote "Baker" "one for all"
identity remote "Baker-Apple" "Baker to Apple"
identity remote "Apple-Apple" "Apple to Apple"
|