chiark
/
gitweb
/
~mdw
/
tripe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
doc/tripe-protocol.tex: Much protocol documentation.
[tripe]
/
contrib
/
sshsvc.conf
1
### -*-sh-*-
2
3
cmd="bin/knock"
4
5
make_key_line () {
6
user=$1
7
case "$user" in
8
%gw:*) e=TRIPE_GATEWAY=${user#*:} ;;
9
*) e=TRIPE_USER=$user ;;
10
esac
11
echo "environment=\"$e\""
12
}