ssh_config 111 B

1234567
  1. # ssh shortcut for git@localhost
  2. Host git
  3. HostName localhost
  4. User git
  5. # Port 22 # change to your ssh port