Difference between revisions of "~/.ssh/config"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
+ | Host your_machine_name | ||
+ | Hostname IP_or_dns_name | ||
+ | User [[Default usernames|USERNAME_TO_CONNECT]] | ||
+ | [[IdentityFile]] ~/[[.ssh/id_ed25519]] | ||
Revision as of 05:58, 12 September 2022
Host your_machine_name Hostname IP_or_dns_name User USERNAME_TO_CONNECT IdentityFile ~/.ssh/id_ed25519
mkdir ~/.ssh/ touch ~/.ssh/config
Related
See also
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear
Advertising: