Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 535 Bytes

File metadata and controls

22 lines (18 loc) · 535 Bytes

doscon_linux_utils

Several scripts that are used on linux servers

Installing

sudo curl -o- https://raw.githubusercontent.com/DOSCON-development/doscon_linux_utils/main/install.sh | sudo bash

or if you would like to inspect the script beforehand

sudo curl -O https://raw.githubusercontent.com/DOSCON-development/doscon_linux_utils/main/install.sh
chmod +x install.sh
sudo .\install.sh

create_user.sh

prompts for username and password

add_ssh_key

add_ssh_key.sh -u username -k "ssh-rsa AAA..."