mirror of
https://github.com/rorydavidson/ssh_access.git
synced 2025-01-09 13:36:51 +01:00
Update README.md
This commit is contained in:
parent
51cfe8daa8
commit
15b8451b9b
@ -1,4 +1,4 @@
|
||||
SSL Access
|
||||
SSH Access
|
||||
==========
|
||||
|
||||
To give me sudo access to a Ubuntu server.
|
||||
@ -11,5 +11,5 @@ sudo ./create_kaik_user_with_sudo_access.sh
|
||||
|
||||
One liner:
|
||||
```sh
|
||||
cd /tmp && git clone https://github.com/kaicode/ssl_access.git && cd ssh_access && ./create_kaik_user_with_sudo_access.sh && echo 'Kai has access' && cd .. && rm -r ssh_access
|
||||
cd /tmp && git clone https://github.com/kaicode/ssh_access.git && cd ssh_access && ./create_kaik_user_with_sudo_access.sh && echo 'Kai has access' && cd .. && rm -r ssh_access
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user