Added ssh config

This commit is contained in:
2024-02-20 12:07:17 +01:00
parent 4a75a2aa52
commit e4be1fef6f

9
.ssh/config Normal file
View File

@@ -0,0 +1,9 @@
Host agendacloud
HostName agendacloud.it
User agendacloud
IdentityFile ~/.ssh/id_ed25519
Host ctf-vm
HostName ctf-vm
User daniele
IdentityFile ~/.ssh/id_ed25519