2014-04-09 12:16:58 +02:00
|
|
|
SSH Access
|
2014-04-09 12:04:45 +02:00
|
|
|
==========
|
|
|
|
|
2014-04-09 12:14:57 +02:00
|
|
|
To give me sudo access to a Ubuntu server.
|
2014-04-09 12:14:07 +02:00
|
|
|
|
|
|
|
Run:
|
|
|
|
|
|
|
|
```sh
|
2014-05-13 14:11:11 +02:00
|
|
|
sudo ./create_rda_user_with_sudo_access.sh
|
2014-04-09 12:14:07 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
One liner:
|
|
|
|
```sh
|
2014-05-13 14:11:11 +02:00
|
|
|
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
|
2014-04-09 12:14:07 +02:00
|
|
|
```
|
2014-04-09 12:26:58 +02:00
|
|
|
<hr/>
|
2014-05-13 14:11:11 +02:00
|
|
|
|
|
|
|
Thanks to [@mattwillsher](https://github.com/mattwillsher) for the idea & [@kaicode](https://github.com/kaicode) for nudging me to do it!
|