Skip to content

Instantly share code, notes, and snippets.

@colehocking
Created February 14, 2019 19:31
Show Gist options
  • Save colehocking/bb678a6e5895634435724c12d97905ee to your computer and use it in GitHub Desktop.
Save colehocking/bb678a6e5895634435724c12d97905ee to your computer and use it in GitHub Desktop.
Fix sudo hanging on remote servers
#!/bin/bash
# This may take 45-90 seconds to complete; hang in there!
hostname | (echo -n "127.0.0.1 " && cat) | sudo tee -a /etc/hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment