Skip to content

Instantly share code, notes, and snippets.

@RobinWu
Created August 25, 2009 01:44
Show Gist options
  • Select an option

  • Save RobinWu/174388 to your computer and use it in GitHub Desktop.

Select an option

Save RobinWu/174388 to your computer and use it in GitHub Desktop.
copy public key to the clipboard
sudo apt-get install xclip
cat id_dsa.pub | xclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment