[ssh] Update ssh config
This commit is contained in:
@ -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:///media/photos/webcams/weather
|
||||||
file:///home/powellc/var/inbox
|
file:///home/powellc/var/inbox
|
||||||
file:///home/powellc/var
|
file:///home/powellc/var
|
||||||
file:///home/powellc/src
|
file:///home/powellc/src
|
||||||
file:///home/powellc/tmp
|
file:///home/powellc/tmp
|
||||||
sftp://root@pandora.unbl.ink/root Pandora
|
sftp://root@pandora.unbl.ink/root Pandora
|
||||||
sftp://root@greip.unbl.ink/root Greip
|
|
||||||
|
|||||||
@ -406,9 +406,9 @@ exec --no-startup-id nm-applet
|
|||||||
exec --no-startup-id copyq
|
exec --no-startup-id copyq
|
||||||
|
|
||||||
# RELOAD
|
# 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 dunst
|
||||||
exec --no-startup-id syncthing
|
#exec --no-startup-id syncthing
|
||||||
exec xrdb --merge ~/.Xresoureces
|
exec xrdb --merge ~/.Xresoureces
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# Script:
|
# Script:
|
||||||
|
|
||||||
URL="https://search.unbl.ink/?q="
|
URL="https://duckduckgo.com/?q="
|
||||||
main() {
|
main() {
|
||||||
# Open rofi for prompt
|
# Open rofi for prompt
|
||||||
query=$(rofi -dmenu -matching fuzzy -location 0 -p "Query > ")
|
query=$(rofi -dmenu -matching fuzzy -location 0 -p "Query > ")
|
||||||
|
|||||||
@ -22,23 +22,16 @@ declare -A URLS
|
|||||||
# https://b-ok.cc/s/?q="
|
# https://b-ok.cc/s/?q="
|
||||||
#
|
#
|
||||||
URLS=(
|
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="
|
["amazon"]="https://www.amazon.com/s?k="
|
||||||
["stackoverflow"]="http://stackoverflow.com/search?q="
|
["stackoverflow"]="http://stackoverflow.com/search?q="
|
||||||
["hoogle"]="https://www.google.com/search?q="
|
["hoogle"]="https://www.google.com/search?q="
|
||||||
["code"]="https://searchcode.com/?q="
|
["code"]="https://searchcode.com/?q="
|
||||||
["beer"]="https://www.beeradvocate.com/search/?qt=beer&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="
|
["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/"
|
["metacritic"]="https://www.metacritic.com/search/all/"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ Host github.com
|
|||||||
IdentityFile ~/.ssh/2022_git
|
IdentityFile ~/.ssh/2022_git
|
||||||
|
|
||||||
# Home Gitea account:
|
# Home Gitea account:
|
||||||
Host code.unbl.ink git.service
|
Host code.unbl.ink git.service gogs*
|
||||||
Port 2222
|
Port 2222
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/2022_git
|
IdentityFile ~/.ssh/2022_git
|
||||||
@ -23,9 +23,6 @@ Host code.unbl.ink git.service
|
|||||||
PasswordAuthentication no
|
PasswordAuthentication no
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host gogs*
|
|
||||||
Port 2222
|
|
||||||
|
|
||||||
# Mailinabox uses root by default
|
# Mailinabox uses root by default
|
||||||
Host box.unbl.ink
|
Host box.unbl.ink
|
||||||
IdentityFile ~/.ssh/box_unbl_ink
|
IdentityFile ~/.ssh/box_unbl_ink
|
||||||
@ -56,7 +53,8 @@ Host tilde.club
|
|||||||
User secstate
|
User secstate
|
||||||
IdentityFile ~/.ssh/powellc
|
IdentityFile ~/.ssh/powellc
|
||||||
|
|
||||||
Host bastion1.local
|
Host bastion*
|
||||||
|
Port 33
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
Host snap2*.local
|
Host snap2*.local
|
||||||
@ -124,70 +122,17 @@ Host skathi.local
|
|||||||
Host tarvos.local
|
Host tarvos.local
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
# ???
|
|
||||||
Host telesto.local
|
|
||||||
User root
|
|
||||||
IdentityFile ~/.ssh/1904_powellc
|
|
||||||
|
|
||||||
# PBP uses root user
|
# PBP uses root user
|
||||||
Host penobscotbaypress.com
|
Host penobscotbaypress.com
|
||||||
User root
|
User root
|
||||||
|
|
||||||
|
Host bastion.unbl.ink
|
||||||
|
Port 33
|
||||||
|
IdentityFile ~/.ssh/2022_h2_powellc
|
||||||
|
|
||||||
## Jail hosts all need a jump
|
## Jail hosts all need a jump
|
||||||
Host *.local 192.168.1.* *.service
|
Host *.local 192.168.1.* *.service
|
||||||
User root
|
User root
|
||||||
IdentityFile ~/.ssh/jails
|
IdentityFile ~/.ssh/jails
|
||||||
Hostname %h
|
Hostname %h
|
||||||
#ProxyJump bastion.unbl.ink
|
#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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user