ssh-keygen -q -t rsa -b 2048 -N "" -C "devzat" -f ~/.ssh/.id_devzat
From ~/.ssh/config: IdentitiesOnly yes
# public test instance
Host devzat devzat.hackclub.com
Hostname 150.136.142.44
Port 22
User CoolDeveloper
IdentityFile ~/.ssh/.id_devzat
LogLevel VERBOSE
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
It uses the ssh key as the identity.
Trasmatta•2h ago