| 123456789101112131415161718192021 |
- StrictHostKeyChecking no
- HashKnownHosts no
- ControlMaster auto
- ControlPath ~/.ssh/%r@%h:%p
- ControlPersist 5
- ServerAliveInterval 180
- Host foor.raylu.net
- IdentityFile ~/.ssh/id_ed25519
- Host git.raylu.net
- IdentityFile ~/.ssh/id_ed25519
- Host xis.raylu.net
- IdentityFile ~/.ssh/id_ed25519
- Host xis
- IdentityFile ~/.ssh/id_ed25519
- Host github.com
- IdentityFile ~/.ssh/id_ed25519
- Host gitlab.com
- IdentityFile ~/.ssh/id_ed25519
- Host openstudyroom.org
- IdentityFile ~/.ssh/id_ed25519
|