mirror of
https://github.com/rorydavidson/ssh_access.git
synced 2025-01-09 21:46:51 +01:00
325 B
325 B
SSL 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/ssl_access.git && cd ssh_access && ./create_kaik_user_with_sudo_access.sh && echo 'Kai has access' && cd .. && rm -r ssh_access