Config and scripts to support two instances of sshd, one using automount
[pl_sshd.git] / auto.pl_sshd
index 71585ee..507c74d 100755 (executable)
@@ -17,7 +17,7 @@ if [ -r "$HOMEDIR/$KEYFILE" ]; then
 elif [ -r "/vservers/$1/home/$1/$KEYFILE" ]; then
     OUT=/vservers/$1/home/$1/.ssh
 else
-    echo $1 not found in /vservers or /home >/tmp/auto.pl_sshd.log
+    echo $1 not found in /vservers or /home >&2
     exit 1
 fi