Skip to content
Snippets Groups Projects
Commit 4c887b83 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Fixed the SendEnv issue once and for all

parent 6a8a3689
Loading
# Use the en_US.UTF-8 locale for ssh sessions
alias ssh="/usr/bin/ssh -o SendEnv="
# Setting -F to the users home dir will ignore the system ssh_config
# We do this because:
# - The system has SendEnv set to send locale environment variables to the server, LANG and LC_ALL
alias ssh="/usr/bin/ssh -F ~/.ssh/config"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment