Skip to content

Instantly share code, notes, and snippets.

View netandreus's full-sized avatar

Andrey netandreus

  • UAE, Abu Dhabi
View GitHub Profile
Ciphers 3des-cbc,aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],[email protected]
MACs hmac-sha1,hmac-sha1-96,hmac-sha2-256,hmac-sha2-512,hmac-md5,hmac-md5-96,[email protected],[email protected],[email protected],[email protected],hmac
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
HostKeyAlgorithms ssh-ed25519,[email protected],[email protected],[email protected],ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nist
p384,ecdsa-sha2-nistp521,[email protected],[email protected],[email protected],[email protected],ecdsa-sha2-nistp38
[email protected],[email protected],[email protected]
KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-s
@netandreus
netandreus / gist:39f6086b3cbdbc451253368dda804338
Created March 10, 2020 15:58 — forked from davepoon/gist:4371622
Added the .gitignore, and refresh the file index so the files get ignored properly.
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"