To add SSH keys for accessing your Ubuntu workstation from your Windows 11 machine, follow these steps:
- Generate an SSH key on Windows 11:
- Open PowerShell or Command Prompt.
- Run the following command to generate a new SSH key pair:
ssh-keygen -t rsa -b 4096 -C "username@server_host"
- Follow the prompts to save the key (default location is usually fine) and set a passphrase if desired.