Added ssh config
This commit is contained in:
8
.config/ssh/90-internet.conf
Normal file
8
.config/ssh/90-internet.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
###-*-conf-space-*-###
|
||||
# Internet Systems #
|
||||
### ###
|
||||
|
||||
Host github
|
||||
Hostname github.com
|
||||
User git
|
||||
ControlPersist no
|
||||
1
.config/yadm/encrypt
Normal file
1
.config/yadm/encrypt
Normal file
@@ -0,0 +1 @@
|
||||
.config/ssh/1*.conf
|
||||
4
.local/share/yadm/archive
Normal file
4
.local/share/yadm/archive
Normal file
@@ -0,0 +1,4 @@
|
||||
Œ
|
||||
j»eÇ{סkÿÒé·ÆðûÅ<C3BB>D’7MʤUMXÈK@y3!3¹©»ü[/@¹ÙpS$ý<³œeÚ›†T¼XÜDnÖâzžâ4››r,³ôî·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
14
.ssh/config
Normal 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"'
|
||||
Reference in New Issue
Block a user