Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Add hints about SSH behavior
Browse files Browse the repository at this point in the history
As described within the issue robertdebock#3 I'd like to add hints about this SSH behavior to the readme.
  • Loading branch information
Migsi committed Sep 23, 2021
1 parent 8b17b8c commit cbc9ba1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ The minimum version of Ansible required is 2.10, tests have been done to:

If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-locale/issues)

## [Hints](#hints)

Depending on its configuration, SSH allows transmission of locale variables. Thus it is possible that when a remote host is accessed via SSH, it appears to use the same locale as the host accessing it. However this does not imply the remote locale was not set properly. In case you encounter this behavior, try to login to your remote host using VNC, or if not available, elevate yourself to any other remote user and check the locale again. More information about this behavior can be found in this [issue](https://github.com/robertdebock/ansible-role-locale/issues/3).

## [License](#license)

Apache-2.0
Expand Down

0 comments on commit cbc9ba1

Please sign in to comment.