mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Added ssh config
This commit is contained in:
9
.ssh/config
Normal file
9
.ssh/config
Normal 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
|
||||
Reference in New Issue
Block a user