1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 01:44:51 +09:00

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 :) it, let me know :)
Host vervis.peers.community Host vervis.peers.community
KexAlgorithms +diffie-hellman-group1-sha1
ControlMaster no ControlMaster no
ForwardAgent no ForwardAgent no
ForwardX11 no ForwardX11 no
KexAlgorithms +diffie-hellman-group1-sha1 Ciphers +aes256-cbc
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc MACs +hmac-sha1
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
Once you create a repository, it is possible that initially, trying to look at 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 it will give you 404. It should be okay though once you push some commit into