Updating sshd config according to most recent ssh-audit version
This commit is contained in:
@@ -1,55 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user