62 lines
1.7 KiB
Desktop File
Executable File
62 lines
1.7 KiB
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
#
|
|
# this file lives in ~/.local/share/applications
|
|
#
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Remote ASE Servers SSH
|
|
Comment=Login to ASE servers by SSH
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@aseltd'"
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/alex/icons/ase.png
|
|
Actions=AseDev;ASEDB;ASEDB-NOVPN;ASEDB_X;ASE_web;ASE_test;ASE_disk;hapgm;galera;mqtt;geoatlas;gas
|
|
|
|
[Desktop Action AseDev]
|
|
Name=SSH into AseDev VM
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@192.168.1.69'"
|
|
|
|
[Desktop Action ASEDB]
|
|
Name=SSH into ASEDB
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@aseltd'"
|
|
|
|
[Desktop Action ASEDB-NOVPN]
|
|
Name=SSH into ASEDB senza VPN
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@80.211.60.65 -p 2022'"
|
|
|
|
[Desktop Action ASEDB_X]
|
|
Name=SSH into ASEDB X
|
|
Exec=bash -c "ptyxis --tab -x 'ssh -X alex@aseltd'"
|
|
|
|
[Desktop Action ASE_web]
|
|
Name=SSH into ASE_web
|
|
Exec=bash -c "ptyxis --tab -x 'ssh 80.211.60.65'"
|
|
|
|
[Desktop Action ASE_test]
|
|
Name=SSH into ASE_test
|
|
Exec=bash -c "ptyxis --tab -x 'ssh 94.177.199.207 -p 6229'"
|
|
|
|
[Desktop Action ASE_disk]
|
|
Name=SSH into ASE_disk
|
|
Exec=bash -c "ptyxis --tab -x 'ssh battilani@160.78.30.42 -p 10022'"
|
|
|
|
[Desktop Action hapgm]
|
|
Name=SSH into hap-gm @Aruba
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@hadb -p 6229'"
|
|
|
|
[Desktop Action galera]
|
|
Name=SSH into galera @Aruba
|
|
Exec=bash -c "ptyxis --tab -x 'ssh galera-1 -p 6229' & ptyxis --tab -x 'ssh galera2 -p 6229' & ptyxis --tab -x 'ssh galera-3 -p 6229'"
|
|
|
|
[Desktop Action mqtt]
|
|
Name=SSH into mqtt @Aruba
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@mqtt -p 6229'"
|
|
|
|
[Desktop Action geoatlas]
|
|
Name=SSH into geoatlas @Aruba
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@geoatlas -p 6229'"
|
|
|
|
[Desktop Action gas]
|
|
Name=SSH into gas @Aruba
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@gas -p 6229'"
|