Added ssh config

This commit is contained in:
2024-03-06 16:39:57 -07:00
parent fb4d968caf
commit c63ab5e186
4 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
###-*-conf-space-*-###
# Internet Systems #
### ###
Host github
Hostname github.com
User git
ControlPersist no

1
.config/yadm/encrypt Normal file
View File

@@ -0,0 +1 @@
.config/ssh/1*.conf

View File

@@ -0,0 +1,4 @@
Œ
 j»eÇ{סkÿÒé·ÆðûÅ<C3BB>D7MʤUMXÈK@y3!3¹©»ü[/@¹Ùp­S$ý<³œeÚ†T¼XÜDnÖâzžâ4r,³ôî·Ib<>,ÖŒ½-'âÀ@Nñ Ì÷]
äm~”pŸßvDñ<44>Í­PtŠíƒ±Û¿Úhœ(u°sÕüí2˜%ŒpÀT"-[$¹î̯€ ÷ZåŠKzÚ
Hß"+™´~©ÀÃ)d»»Ò®¬£3j@YÛÌÓ컜ʸßÙˆ×.˜] øQ¬?l%©Ãø.§L™±)|î¿—ˆ<E28094> ¡õdBa\e†ƒXX

14
.ssh/config Normal file
View File

@@ -0,0 +1,14 @@
### ###
# Stargazer SSH Config MK IV #
### ###
Include ~/.config/ssh/*.conf
# Default config
Host *
ControlPath ~/.ssh/cm-%r@%h:%p
ControlPersist 30m
ControlMaster auto
LocalCommand /bin/sh -c '/usr/bin/echo -ne "\033]0;Remote Connection: [ %r@%h ]\007"'