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 :)
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue