Skip to content

Instantly share code, notes, and snippets.

@x2es
Created February 19, 2019 23:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#!/bin/bash
echo "# This file is GENERATED, all changes would be overwritten by ~/bin/build_ssh_config, place config to ~/.ssh/config.d/ instead" > ~/.ssh/config
cat ~/.ssh/config.d/* >> ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment