Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 332 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 332 Bytes

SSH Access

To give me sudo access to a Ubuntu server.

Run:

sudo ./create_peter_user_with_sudo_access.sh

One liner:

cd /tmp && git clone https://github.com/pgwilliams/ssh_access.git && cd ssh_access && ./create_peter_user_with_sudo_access.sh && echo 'Peter has access' && cd .. && rm -r ssh_access