Last active
October 14, 2016 10:17
-
-
Save AshCoolman/b702beb860337098ee9161b88e7e81f7 to your computer and use it in GitHub Desktop.
Get your employee id_rsa.pub via slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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