Category: Blog

SSH CheatSheet

SSH CheatSheet

SSH authentication keys See Also: Secure Secure Shell Generate new public/private keys pairs ssh-keygen -t ed25519 -C "MyComment" -a 100 -f ~/.ssh/MySshKeyName Enter passphrase (empty for no passphrase): Set a strong passphrase to protect...

Windows CheatSheet

Windows CheatSheet

Users and Groups Whoami – User, Group and Privileges information Microsoft Documentation Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters,...