Add SSH config
This commit is contained in:
parent
927776d7f5
commit
5d3055a725
1 changed files with 23 additions and 0 deletions
23
private_dot_ssh/config
Normal file
23
private_dot_ssh/config
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Host *
|
||||||
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
|
KexAlgorithms sntrup761x25519-sha512@openssh.com,gss-curve25519-sha256-,curve25519-sha256,curve25519-sha256@libssh.org,gss-group16-sha512-,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha256
|
||||||
|
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com
|
||||||
|
HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256
|
||||||
|
|
||||||
|
Host borgbase.borgbase
|
||||||
|
hostname adrastea
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
Compression No
|
||||||
|
|
||||||
|
Host codereview.qt-project.org
|
||||||
|
Port 29418
|
||||||
|
User redstrate
|
||||||
|
PreferredAuthentications publickey
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host codereview.kdab.com
|
||||||
|
User joshua.goins
|
||||||
|
Port 29418
|
||||||
|
|
||||||
|
Host ryne.moe
|
||||||
|
Port 38901
|
Loading…
Add table
Reference in a new issue