To give me root access to a Ubuntu server.
Go to file
2014-09-18 15:16:25 +01:00
create_rda_user_with_sudo_access.sh Update create_rda_user_with_sudo_access.sh 2014-09-18 15:16:25 +01:00
README.md Updated for my own ssh magic 2014-05-13 13:11:11 +01:00
rorydavidson_rsa.pub Updated for my own ssh magic 2014-05-13 13:11:11 +01:00

SSH Access

To give me sudo access to a Ubuntu server.

Run:

sudo ./create_rda_user_with_sudo_access.sh

One liner:

cd /tmp && git clone https://github.com/rorydavidson/ssh_access.git && cd ssh_access && ./create_rda_user_with_sudo_access.sh && echo 'Rory has access' && cd .. && rm -r ssh_access

Thanks to @mattwillsher for the idea & @kaicode for nudging me to do it!