aboutsummaryrefslogtreecommitdiff
path: root/completions/zsh
diff options
context:
space:
mode:
authorShane Smith <shane.smith@shopify.com>2022-07-04 12:17:11 -0400
committerShane Smith <shane.smith@shopify.com>2022-07-04 12:23:46 -0400
commit8601ab6b06ceb19bf07ebea47177ae1893faece8 (patch)
treefdf3343d21e017f46feaa1fa93ae64a34a896d38 /completions/zsh
parenta406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (diff)
downloadpodman-8601ab6b06ceb19bf07ebea47177ae1893faece8.tar.gz
podman-8601ab6b06ceb19bf07ebea47177ae1893faece8.tar.bz2
podman-8601ab6b06ceb19bf07ebea47177ae1893faece8.zip
Silence setlocale warnings from `podman machine ssh`
Connecting with `podman machine ssh` can results in the following warning: ``` /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8) /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8) /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8) /usr/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_CA.UTF-8) ``` Best would probably be to remove `LC_ALL` (and other locale and lang env vars) from `/etc/ssh/sshd_config.d/50-redhat.conf` in the CoreOS image, but I'm not terribly sure how, so this is a quick alternative. [NO NEW TESTS NEEDED] Signed-off-by: Shane Smith <shane.smith@shopify.com>
Diffstat (limited to 'completions/zsh')
0 files changed, 0 insertions, 0 deletions