38 lines
1.0 KiB
Desktop File
Executable File
38 lines
1.0 KiB
Desktop File
Executable File
#!/usr/bin/env xdg-open
|
|
#
|
|
# this file lives in ~/.local/share/applications
|
|
#
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Remote Humanita Servers SSH
|
|
Comment=Login to Humanita servers by SSH
|
|
Exec=bash -c "ptyxis --tab -x 'ssh adminhumanita@hum-App'
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/alex/icons/humanita.png
|
|
Actions=HumTestApp;HumTestDB;HumProdApp;HumProdAppAlex;HumProdDBAlex;Proxmox
|
|
|
|
[Desktop Action HumTestApp]
|
|
Name=SSH into Humanita App CT
|
|
Exec=bash -c "ptyxis --tab -x 'ssh root@hum-test-App'"
|
|
|
|
[Desktop Action HumTestDB]
|
|
Name=SSH into Humanita DB CT
|
|
Exec=bash -c "ptyxis --tab -x 'ssh root@hum-test-DB'"
|
|
|
|
[Desktop Action HumProdApp]
|
|
Name=SSH into HumProdApp
|
|
Exec=bash -c "ptyxis --tab -x 'ssh adminhumanita@hum-App'"
|
|
|
|
[Desktop Action HumProdAppAlex]
|
|
Name=SSH into HumProdAppAlex
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@hum-App'"
|
|
|
|
[Desktop Action HumProdDBAlex]
|
|
Name=SSH into HumProdDB Alex tunnellized
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@huma-DB'"
|
|
|
|
[Desktop Action Proxmox]
|
|
Name=SSH into Proxmox
|
|
Exec=bash -c "ptyxis --tab -x 'ssh alex@proxmox'"
|