README: Update SSH config instructions, based on the DarcsHub ones

This commit is contained in:
fr33domlover 2023-05-01 09:01:30 +00:00
parent c9db823c8c
commit bb01538dfa

View file

@ -53,11 +53,14 @@ time of writing, I'll try to keep this little tutorial up to date)!
it, let me know :)
Host vervis.peers.community
KexAlgorithms +diffie-hellman-group1-sha1
ControlMaster no
ForwardAgent no
ForwardX11 no
KexAlgorithms +diffie-hellman-group1-sha1
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
Ciphers +aes256-cbc
MACs +hmac-sha1
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
Once you create a repository, it is possible that initially, trying to look at
it will give you 404. It should be okay though once you push some commit into