Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Last active June 12, 2019 00:03
Show Gist options
  • Save mhou1981/efcd6114608a979d0650ce928c315a2e to your computer and use it in GitHub Desktop.
Save mhou1981/efcd6114608a979d0650ce928c315a2e to your computer and use it in GitHub Desktop.
Shell prompt without loading rc nor profile
ssh -t user@host bash --norc --noprofile
# or
bash --norc --noprofile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment