Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 404 Bytes

SSH Access

To give me sudo access to a Ubuntu server.

Run:

sudo ./create_kaik_user_with_sudo_access.sh

One liner:

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

Thanks to [@mattwillsher](https://github.com/mattwillsher) for the idea!