Files
dotfiles/.ssh/config

75 lines
2.3 KiB
Plaintext

Host server
HostName 192.168.0.44
User matt
Port 22
IdentityFile ~/.ssh/myVpsKey
Host pibx
HostName 192.168.0.107
User matt
Port 22
IdentityFile ~/.ssh/myVpsKey
Host tilde
HostName tilde.club
User engirugger42
Port 22
IdentityFile ~/.ssh/myVpsKey
Host pirate
HostName 192.168.69.42
User pirate
Port 22
IdentityFile ~/.ssh/myServerKey
Host honey
Hostname 192.168.0.127
User engirugger-honeypi
Port 2101
IdentityFile ~/.ssh/myVpsKey
Host pinephone
HostName 192.168.0.173
User alarm
Port 22
IdentityFile ~/.ssh/myServerKey
Host travel-router
Hostname 192.168.3.1
User root
Port 22
IdentityFile ~/.ssh/myVpsKey
Host vps
HostName vpn.recchia.dev
User root
Port 22
IdentityFile ~/.ssh/myVpsKey
Host de-vps
HostName de.recchia.dev
User root
Port 22
IdentityFile ~/.ssh/myVpsKey
Host nl-vps
HostName nl.recchia.dev
User root
Port 22
IdentityFile ~/.ssh/myVpsKey
Host openwrt
Hostname 192.168.0.1
User root
Port 22
IdentityFile ~/.ssh/myVpsKey
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,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256
CASignatureAlgorithms sk-ssh-ed25519@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256
GSSAPIKexAlgorithms gss-curve25519-sha256-,gss-group16-sha512-
HostbasedAcceptedAlgorithms 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-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
PubkeyAcceptedAlgorithms 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-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256