From: dtucker Date: Thu, 13 Jan 2022 04:53:16 +0000 (+0000) Subject: Set LC_ALL in both local and remote shells so that sorted output X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b7cb00ef4e1671425d998debdf09fc5c410b9693;p=openbsd Set LC_ALL in both local and remote shells so that sorted output matches regardless of what the user's shell sets it to. ok djm@ --- diff --git a/regress/usr.bin/ssh/agent-restrict.sh b/regress/usr.bin/ssh/agent-restrict.sh index cd8486e18d3..a30aed7bf3d 100644 --- a/regress/usr.bin/ssh/agent-restrict.sh +++ b/regress/usr.bin/ssh/agent-restrict.sh @@ -1,4 +1,4 @@ -# $OpenBSD: agent-restrict.sh,v 1.4 2022/01/13 04:22:10 dtucker Exp $ +# $OpenBSD: agent-restrict.sh,v 1.5 2022/01/13 04:53:16 dtucker Exp $ # Placed in the Public Domain. tid="agent restrictions" @@ -52,6 +52,10 @@ done cat $OBJ/ssh_proxy.bak >> $OBJ/ssh_proxy cat $OBJ/ssh_proxy.bak >> $OBJ/ssh_proxy_noid +LC_ALL=C +export LC_ALL +echo "SetEnv LC_ALL=${LC_ALL}" >> sshd_proxy + verbose "prepare known_hosts" rm -f $OBJ/known_hosts for h in a b c x ; do