primo commit
This commit is contained in:
37
Humanita.desktop
Executable file
37
Humanita.desktop
Executable file
@@ -0,0 +1,37 @@
|
||||
#!/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=gnome-terminal -q --profile=AseDB -- 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=gnome-terminal -q --profile=AseDB -- ssh root@hum-test-App
|
||||
|
||||
[Desktop Action HumTestDB]
|
||||
Name=SSH into Humanita DB CT
|
||||
Exec=gnome-terminal -q --profile=AseDB -- ssh root@hum-test-DB
|
||||
|
||||
[Desktop Action HumProdApp]
|
||||
Name=SSH into HumProdApp
|
||||
Exec=gnome-terminal -q --profile=AseDB -- ssh adminhumanita@hum-App
|
||||
|
||||
[Desktop Action HumProdAppAlex]
|
||||
Name=SSH into HumProdAppAlex
|
||||
Exec=gnome-terminal -q --profile=AseDB -- ssh alex@hum-App
|
||||
|
||||
[Desktop Action HumProdDBAlex]
|
||||
Name=SSH into HumProdDB Alex tunnellized
|
||||
Exec=gnome-terminal -q --profile=AseDB -- ssh alex@huma-DB
|
||||
|
||||
[Desktop Action Proxmox]
|
||||
Name=SSH into Proxmox
|
||||
Exec=gnome-terminal -q --profile=AseDB -- ssh alex@proxmox
|
||||
Reference in New Issue
Block a user