Skip to content

Instantly share code, notes, and snippets.

@anshulguleria
Last active December 16, 2015 05:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anshulguleria/f749421e05d0bb667e0f to your computer and use it in GitHub Desktop.
Save anshulguleria/f749421e05d0bb667e0f to your computer and use it in GitHub Desktop.
Map ssh user other for different hosts
# location of this file is ~/.ssh/config
Host <<some_host>>
HostName <<full_host_name>>
User <<username_you_want_to_use>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment