mirror of
https://github.com/sern-handler/automata
synced 2026-06-25 01:02:20 +00:00
* some progress * feat: ssh commiting done * remove submodules * Merge branch 'main' into fix/pushing * remove dockerfile
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
Host github.com
|
|
HostName ssh.github.com
|
|
Port 443
|
|
User git
|
|
IdentityFile /ssh/github
|
|
IdentitiesOnly yes
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null |