Add ssh config

This commit is contained in:
Lockszmith (@VAST) 2025-02-27 13:53:21 -05:00
parent eecfe1a6dc
commit ae5a5294cc
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1 @@
../../_src.all/private_dot_ssh/config

View File

@ -0,0 +1,9 @@
Host cs-dbg
User gal.szkolnik
HostName 10.27.70.101
Host my-loop sales-devvm-gal-szkolnik-spot
User centos
HostName 10.91.1.10
# vim: set ft=sshconfig sw=4 sts=4 et:

View File

@ -0,0 +1,8 @@
Include config.d/*
Host kateryna.out
HostName szk.li
Port 8080
User sz
# vim: set ft=sshconfig sw=4 sts=4 et:

View File