Adjusted ssh config, adjusted genpdf alias
This commit is contained in:
parent
ac5af45cda
commit
25571df341
2 changed files with 20 additions and 8 deletions
26
.ssh/config
26
.ssh/config
|
@ -93,6 +93,13 @@ Host QNAP
|
|||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/box.fritz.various-various
|
||||
|
||||
Host TOPPOINT
|
||||
Hostname shabang.toppoint.de
|
||||
User enbewe
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.toppoint-enbewe
|
||||
|
||||
Host IFI
|
||||
Hostname beorn.informatik.uni-kiel.de
|
||||
User nbw
|
||||
|
@ -131,7 +138,7 @@ Host INFOSCREEN
|
|||
Host RAILPI0
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20020
|
||||
User pi
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
@ -139,7 +146,7 @@ Host RAILPI0
|
|||
Host RAILPI1
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20021
|
||||
User pi
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
@ -147,7 +154,7 @@ Host RAILPI1
|
|||
Host RAILPI2
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20022
|
||||
User pi
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
@ -155,7 +162,7 @@ Host RAILPI2
|
|||
Host RAILPI3
|
||||
Hostname railway.rtsys.informatik.uni-kiel.de
|
||||
Port 20023
|
||||
User pi
|
||||
User rtadmin
|
||||
ForwardX11 no
|
||||
RemoteForward 52698 127.0.0.1:52698
|
||||
IdentityFile ~/.ssh/hosts/de.uni-kiel.informatik.rtsys.railway-pi
|
||||
|
@ -203,7 +210,7 @@ Host GIT-FFKI
|
|||
Hostname git.freifunk.in-kiel.de
|
||||
Port 22
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/de.in-kiel.freifunk.git-enbewe
|
||||
IdentityFile ~/.ssh/git/de.in-kiel.freifunk.git-git
|
||||
|
||||
Host GIT-GITHUB
|
||||
Hostname github.com
|
||||
|
@ -217,7 +224,12 @@ Host git-github
|
|||
User git
|
||||
IdentityFile ~/.ssh/git/com.github-enbewe
|
||||
|
||||
|
||||
Host GIT-ETAS
|
||||
Hostname bitbucket.etas-dev.com
|
||||
Port 7999
|
||||
User git
|
||||
IdentityFile ~/.ssh/git/com.etas-dev.bitbucket-obi9fe
|
||||
|
||||
######## ######## ######## #### ######## ## ## ## ## ## ##
|
||||
## ## ## ## ## ## ## ## ### ## ## ##
|
||||
## ## ## ## ## ## ## ## #### ## ## ##
|
||||
|
@ -263,7 +275,7 @@ Host FF-GARIPS
|
|||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
||||
Host FF-IANTO
|
||||
Hostname fda1:384a:74de:4242:ee08:6bff:fe56:ca26
|
||||
Hostname fda1:384a:74de:4242:822a:a8ff:fedf:cf58
|
||||
Port 22
|
||||
User root
|
||||
IdentityFile ~/.ssh/hosts/ffki.nodes-root
|
||||
|
|
|
@ -4,7 +4,7 @@ alias ...='cd ../..'
|
|||
alias cft='rm -r ~/.cache/thumbnails/fail/'
|
||||
alias startOVPN='sudo systemctl start openvpn@vpn_enbewe_de.service'
|
||||
alias stopOVPN='sudo systemctl stop openvpn@vpn_enbewe_de.service'
|
||||
alias genPDF='for i in *.svg; do inkscape -A ${i%.svg}.new.pdf $i; done'
|
||||
alias genPDF='for i in *.svg; do inkscape -D -A ${i%.svg}.new.pdf $i; done'
|
||||
alias cleanPDF='for i in *.new.pdf; do gs -o ${i%.new.pdf}.pdf -sDEVICE=pdfwrite -dColorConversionStrategy=/sRGB -dProcessColorModel=/DeviceRGB $i; rm $i; done'
|
||||
|
||||
eval $(thefuck --alias)
|
||||
|
|
Loading…
Reference in a new issue