]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - crypto/openssh/regress/sshd-log-wrapper.sh
MFH (r265214, r294333, r294407, r294467): misc prop fixes
[FreeBSD/stable/10.git] / crypto / openssh / regress / sshd-log-wrapper.sh
1 #!/bin/sh
2 #       $OpenBSD: sshd-log-wrapper.sh,v 1.3 2013/04/07 02:16:03 dtucker Exp $
3 #       Placed in the Public Domain.
4 #
5 # simple wrapper for sshd proxy mode to catch stderr output
6 # sh sshd-log-wrapper.sh /path/to/logfile /path/to/sshd [args...]
7
8 log=$1
9 shift
10
11 exec "$@" -E$log