Skip to content

Instantly share code, notes, and snippets.

@AshCoolman
Last active October 14, 2016 10:17
Show Gist options
  • Save AshCoolman/b702beb860337098ee9161b88e7e81f7 to your computer and use it in GitHub Desktop.
Save AshCoolman/b702beb860337098ee9161b88e7e81f7 to your computer and use it in GitHub Desktop.
Get your employee id_rsa.pub via slack
/remind @<YOUR EMPLOYEE> at 9:30am Please run this in ur terminal - it will send me your public ssh key `curl -X POST --data-urlencode "payload={\"channel\": \"@<ENTER YOUR USER NAME>\", \"username\": \"$(whoami)\", \"text\": \"$(cat ~/.ssh/id_rsa.pub)\", \"icon_emoji\": \":ghost:\"}" https://hooks.slack.com/services/<YOUR SLACK WEB HOOK>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment