Add aliases for picasoft SSHFS

master
Quentin Duchemin 2019-04-18 21:13:10 +02:00
parent c065e7353d
commit 3a35dc6280
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
4 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,6 @@
"bootstrapped": true, "bootstrapped": true,
"in_process_packages": "in_process_packages":
[ [
"TypeScript"
], ],
"installed_packages": "installed_packages":
[ [

View File

@ -4,7 +4,6 @@
"ignored_packages": "ignored_packages":
[ [
"Markdown", "Markdown",
"TypeScript",
"Vintage" "Vintage"
], ],
"theme": "Seti.sublime-theme" "theme": "Seti.sublime-theme"

5
.zshrc
View File

@ -105,6 +105,9 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# Mount VPS as FUSE # Mount VPS as FUSE
alias ovh='sshfs chosto@51.75.250.228:/home/chosto /mnt/ovh' alias ovh='sshfs chosto@51.75.250.228:/home/chosto /mnt/ovh'
alias pica01='sshfs qduchemi@pica01.picasoft.net:/DATA/docker /mnt/pica01'
alias pica02='sshfs qduchemi@pica02.picasoft.net:/DATA/docker /mnt/pica02'
alias pica_test='sshfs qduchemi@pica01-test.picasoft.net:/DATA/docker /mnt/pica01-test'
# SSH port forwarding for Picasoft LDAP # SSH port forwarding for Picasoft LDAP
alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i /home/.ssh/id_rsa' alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i /home/.ssh/id_rsa'
@ -113,3 +116,5 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net
# ssh-add is not used for convenience # ssh-add is not used for convenience
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *" # Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
eval "$(ssh-agent -s -t 3600)" eval "$(ssh-agent -s -t 3600)"
alias lt='ls -lath'

View File

@ -74,7 +74,7 @@ Configuration makes use of these things, just to record but not exhaustive :
* Fonts : Noto Sans, Noto Emoji, DejaVu Sans, MaterialIcons, Symbola * Fonts : Noto Sans, Noto Emoji, DejaVu Sans, MaterialIcons, Symbola
* xdotool, xsel * xdotool, xsel
* gnupg * gnupg
* maim, for screenshot * maim, for screenshot + `pip install pyperclip`
* Python 3.7 * Python 3.7
* opensmtpd * opensmtpd