Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

April 14, 2026

How do I force SSH to use password instead of key? - Super User

ssh-copy-id -o PreferredAuthentications=password -o PubkeyAuthentication=no -i ~/.ssh/rsa_private_key <server> for copying ssh pubkey to remote server after password authentication