initial
This commit is contained in:
41
ASE_proxmox.desktop
Executable file
41
ASE_proxmox.desktop
Executable file
@@ -0,0 +1,41 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
#
|
||||
# this file lives in ~/.local/share/applications
|
||||
#
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Proxmox Servers SSH
|
||||
Comment=Login to ASE servers by SSH
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.200' & ptyxis --tab -x 'ssh -p 2222 root@192.168.1.201' & ptyxis --tab -x 'ssh -p 2222 root@192.168.1.202' & ptyxis --tab -x 'ssh root@192.168.1.203'"
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/alex/icons/icons8-proxmox-96.png
|
||||
Actions=Loki-Grafana;VM1;VM2;Workspace;Registry;Kube-node1;Kube-node2
|
||||
|
||||
[Desktop Action Loki-Grafana]
|
||||
Name=SSH into Proxmox Loki-Grafana
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh 192.168.1.200'"
|
||||
|
||||
[Desktop Action VM1]
|
||||
Name=SSH into Proxmox VM1
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh -p 2222 root@192.168.1.201'"
|
||||
|
||||
[Desktop Action VM2]
|
||||
Name=SSH into Proxmox VM2
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh -p 2222 root@192.168.1.202'"
|
||||
|
||||
[Desktop Action Workspace]
|
||||
Name=SSH into Proxmox Workplace
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.203'"
|
||||
|
||||
[Desktop Action Registry]
|
||||
Name=SSH into Proxmox Registry
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.204'"
|
||||
|
||||
[Desktop Action Kube-node1]
|
||||
Name=SSH into Proxmox Kube-node1
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.205'"
|
||||
|
||||
[Desktop Action Kube-node2]
|
||||
Name=SSH into Proxmox Kube-node2
|
||||
Exec=bash -c "ptyxis --tab -x 'ssh root@192.168.1.206'"
|
||||
Reference in New Issue
Block a user