[ssh] Update ssh config

This commit is contained in:
2023-09-08 09:05:50 -04:00
parent f289250a4d
commit de868f0c5d
5 changed files with 14 additions and 84 deletions

View File

@ -1,14 +1,6 @@
file:///run/media/powellc/KOBOeReader/.adds/koreader/settings KoReader
file:///run/media/powellc/GARMIN/GARMIN/ACTIVITY GPS Activities
file:///run/media/powellc/2E69-7AE3/app PS VIta
file:///run/media/powellc/PAT%20FLINT'S/MUSIC iPod 4G Music
file:///run/media/powellc/Sansa%20c240/SYSTEM/MUSIC C240 Music
file:///run/media/powellc/OWNER'S%20IPO/MUSIC iPod 2G Music
file:///run/media/powellc/SANSA%20CLIPZ/MUSIC Clip Zip Music
file:///media/photos/webcams/weather
file:///home/powellc/var/inbox
file:///home/powellc/var
file:///home/powellc/src
file:///home/powellc/tmp
sftp://root@pandora.unbl.ink/root Pandora
sftp://root@greip.unbl.ink/root Greip

View File

@ -406,9 +406,9 @@ exec --no-startup-id nm-applet
exec --no-startup-id copyq
# RELOAD
#exec --no-startup-id picom --config ~/.config/compton/compton.conf
exec --no-startup-id picom --config ~/.config/compton/compton.conf
exec --no-startup-id dunst
exec --no-startup-id syncthing
#exec --no-startup-id syncthing
exec xrdb --merge ~/.Xresoureces

View File

@ -10,7 +10,7 @@
# -----------------------------------------------------------------------------
# Script:
URL="https://search.unbl.ink/?q="
URL="https://duckduckgo.com/?q="
main() {
# Open rofi for prompt
query=$(rofi -dmenu -matching fuzzy -location 0 -p "Query > ")

View File

@ -22,23 +22,16 @@ declare -A URLS
# https://b-ok.cc/s/?q="
#
URLS=(
["books"]="https://b-ok.cc/s/"
["search"]="https://duckduckgo.com/?q="
["booty"]="https://thepiratebay.zone/search/"
["books"]="https://libgen.is/fiction/?criteria=&language=English&format=epub&q="
["comics"]="https://annas-archive.org/search?lang=en&content=book_comic&ext=&sort=newest&q="
["amazon"]="https://www.amazon.com/s?k="
["stackoverflow"]="http://stackoverflow.com/search?q="
["hoogle"]="https://www.google.com/search?q="
["code"]="https://searchcode.com/?q="
["beer"]="https://www.beeradvocate.com/search/?qt=beer&q="
["jira"]="https://15five-dev.atlassian.net/plugins/servlet/mobile#issue/"
["sjira"]="https://15five-dev.atlassian.net/secure/QuickSearch.jspa?searchString="
["booty"]="https://thepiratebay.zone/search/"
["search"]="https://search.unbl.ink/?q="
["guru"]="https://app.getguru.com/search?q="
["ebay"]="https://www.ebay.com/sch/i.html?LH_BIN=1&_nkw="
["ffcompany"]="https://admin.cloud100.15five.com/admin/dj/company/company/?q="
["ffuser"]="https://admin.cloud100.15five.com/admin/dj/ff/user/?q="
["ffsamlconf"]="https://admin.cloud100.15five.com/admin/dj/saml2/saml2config/?q="
["mathdisc"]="https://github.com/centerofci/mathesar/discussions/"
["mathissue"]="https://github.com/centerofci/mathesar/issues/"
["metacritic"]="https://www.metacritic.com/search/all/"
)

View File

@ -15,7 +15,7 @@ Host github.com
IdentityFile ~/.ssh/2022_git
# Home Gitea account:
Host code.unbl.ink git.service
Host code.unbl.ink git.service gogs*
Port 2222
User git
IdentityFile ~/.ssh/2022_git
@ -23,9 +23,6 @@ Host code.unbl.ink git.service
PasswordAuthentication no
IdentitiesOnly yes
Host gogs*
Port 2222
# Mailinabox uses root by default
Host box.unbl.ink
IdentityFile ~/.ssh/box_unbl_ink
@ -56,7 +53,8 @@ Host tilde.club
User secstate
IdentityFile ~/.ssh/powellc
Host bastion1.local
Host bastion*
Port 33
User powellc
Host snap2*.local
@ -124,70 +122,17 @@ Host skathi.local
Host tarvos.local
User powellc
# ???
Host telesto.local
User root
IdentityFile ~/.ssh/1904_powellc
# PBP uses root user
Host penobscotbaypress.com
User root
Host bastion.unbl.ink
Port 33
IdentityFile ~/.ssh/2022_h2_powellc
## Jail hosts all need a jump
Host *.local 192.168.1.* *.service
User root
IdentityFile ~/.ssh/jails
Hostname %h
#ProxyJump bastion.unbl.ink
# 15Five environments
Host *.cloud51
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud51_rsa
ProxyJump bastion.cloud51.15five.com
LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432
Port 155
ServerAliveInterval 30
ServerAliveCountMax 3
AddKeysToAgent yes
Host bastion.cloud51.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud51_rsa
Port 155
AddKeysToAgent yes
Host *.cloud100
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
ProxyJump bastion.cloud100.15five.com
LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432
Port 155
ServerAliveInterval 30
ServerAliveCountMax 3
AddKeysToAgent yes
Host bastion.cloud100.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud100_rsa_2022q3
Port 155
AddKeysToAgent yes
Host *.cloud101
HostName %h
User colin
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
ProxyJump bastion.cloud101.15five.com
LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432
Port 155
ServerAliveInterval 30
ServerAliveCountMax 3
AddKeysToAgent yes
Host bastion.cloud101.15five.com
User colin
IdentityFile ~/.ssh/ff_cloud101_rsa_2022q3
Port 155
AddKeysToAgent yes