mirror of
https://github.com/rorydavidson/ssh_access.git
synced 2025-01-09 13:36:51 +01:00
19 lines
474 B
Markdown
19 lines
474 B
Markdown
SSH Access
|
|
==========
|
|
|
|
To give me sudo access to a Ubuntu server.
|
|
|
|
Run:
|
|
|
|
```sh
|
|
sudo ./create_rda_user_with_sudo_access.sh
|
|
```
|
|
|
|
One liner:
|
|
```sh
|
|
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
|
|
```
|
|
<hr/>
|
|
|
|
Thanks to [@mattwillsher](https://github.com/mattwillsher) for the idea & [@kaicode](https://github.com/kaicode) for nudging me to do it!
|