Skip to content

Instantly share code, notes, and snippets.

@the-mova
Last active June 2, 2024 23:06
Show Gist options
  • Save the-mova/70112aa32508f2ce7983e054bb6fe872 to your computer and use it in GitHub Desktop.
Save the-mova/70112aa32508f2ce7983e054bb6fe872 to your computer and use it in GitHub Desktop.
Windows ~ Useful commands

Generate SSH key with ed25519 cryptography algorithm


 ssh-keygen -t ed25519 -C "personal github account ~ the-mova"

Run program (e.g. SSMS) as a different user


runas /netonly /user:domainname\username Ssms.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment