Files
desktop-app/ASE_SSH.desktop
2025-08-26 21:44:45 +02:00

58 lines
1.6 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=gnome-terminal -q --profile=AseDB -- ssh alex@aseltd
Terminal=false
Type=Application
Icon=/home/alex/icons/ase.png
Actions=AseDev;ASEDB;ASEDB_X;ASE_web;ASE_test;ASE_disk;hapgm;galera;mqtt;geoatlas;gas
[Desktop Action AseDev]
Name=SSH into AseDev VM
Exec=gnome-terminal -q --profile=AseDB -- ssh alex@192.168.1.69
[Desktop Action ASEDB]
Name=SSH into ASEDB
Exec=gnome-terminal -q --profile=AseDB -- ssh alex@aseltd
[Desktop Action ASEDB_X]
Name=SSH into ASEDB X
Exec=gnome-terminal -q --profile=AseDB -- ssh -X alex@aseltd
[Desktop Action ASE_web]
Name=SSH into ASE_web
Exec=gnome-terminal -q --profile=aseweb -- ssh 80.211.60.65
[Desktop Action ASE_test]
Name=SSH into ASE_test
Exec=gnome-terminal -q --profile=aseadm -- ssh 94.177.199.207 -p 6229
[Desktop Action ASE_disk]
Name=SSH into ASE_disk
Exec=gnome-terminal -q --profile=syn -- ssh battilani@160.78.30.42 -p 10022
[Desktop Action hapgm]
Name=SSH into hap-gm @Aruba
Exec=gnome-terminal -q --profile=syn -- ssh alex@hadb -p 6229
[Desktop Action galera]
Name=SSH into galera @Aruba
Exec=gnome-terminal -q --tab -e 'ssh galera-1 -p 6229' --tab -e 'ssh galera2 -p 6229' --tab -e 'ssh galera-3 -p 6229'
[Desktop Action mqtt]
Name=SSH into mqtt @Aruba
Exec=gnome-terminal -q --profile=syn -- ssh alex@mqtt -p 6229
[Desktop Action geoatlas]
Name=SSH into geoatlas @Aruba
Exec=gnome-terminal -q --profile=syn -- ssh alex@geoatlas -p 6229
[Desktop Action gas]
Name=SSH into gas @Aruba
Exec=gnome-terminal -q --profile=syn -- ssh alex@gas -p 6229