You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
229 B

  1. # See syntax in https://www.ssh.com/ssh/config/ and `man ssh_config`
  2. Host *
  3. IgnoreUnknown UseKeychain
  4. UseKeychain yes
  5. IdentityFile /root/.ssh/cloudron_git.rsa
  6. PubkeyAcceptedKeyTypes=+ssh-dss
  7. AddKeysToAgent yes