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:
parent
c9db823c8c
commit
bb01538dfa
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue