rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 65ab528cb3858fb656d9ba7d22385c6efaaa9b9e
parent fa39b2e23ef07468110b77fb0bf75e1e001cbcce
Author: Mark Feller <mark@getsunday.com>
Date:   Tue, 29 Sep 2020 18:36:55 -0600

add ssh config

Diffstat:
Adots/.ssh/config | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/dots/.ssh/config b/dots/.ssh/config @@ -0,0 +1,14 @@ +Host work + HostName 192.168.1.143 + User mjf + Port 22 + +Host laptop + HostName 192.168.1.134 + User mjf + Port 22 + +Host desktop + HostName 192.168.1.102 + User mjf + Port 22