diff options
author | Shane Smith <shane.smith@shopify.com> | 2022-07-04 12:17:11 -0400 |
---|---|---|
committer | Shane Smith <shane.smith@shopify.com> | 2022-07-04 12:23:46 -0400 |
commit | 8601ab6b06ceb19bf07ebea47177ae1893faece8 (patch) | |
tree | fdf3343d21e017f46feaa1fa93ae64a34a896d38 /libpod | |
parent | a406b950e4f8cf64bdd2c1e03a8480d4b5f97226 (diff) | |
download | podman-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 'libpod')
0 files changed, 0 insertions, 0 deletions