netstack

edit

linux user

usermod -a -G examplegroup exampleusername
usermod -aG sudo username
useradd appadmin1 -u 4100 -g 4100 -m -s /bin/bash

ssh

ssh server

ssh key

ssh-keygen -t ed25519-C "your_email@example.com"

git setup

git config --global user.name "your name"
git config --global user.email "your_email@example.com"