diff --git a/applications/ssh-mitm/entrypoint.sh b/applications/ssh-mitm/entrypoint.sh new file mode 100644 index 0000000..a13985f --- /dev/null +++ b/applications/ssh-mitm/entrypoint.sh @@ -0,0 +1,2 @@ +#! /bin/bash -i +{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/ssh-mitm" "$@" diff --git a/applications/ssh-mitm/requirements.txt b/applications/ssh-mitm/requirements.txt new file mode 100644 index 0000000..1b7203a --- /dev/null +++ b/applications/ssh-mitm/requirements.txt @@ -0,0 +1 @@ +ssh-mitm diff --git a/applications/ssh-mitm/ssh-mitm.appdata.xml b/applications/ssh-mitm/ssh-mitm.appdata.xml new file mode 100644 index 0000000..1e42f0d --- /dev/null +++ b/applications/ssh-mitm/ssh-mitm.appdata.xml @@ -0,0 +1,17 @@ + + + ssh-mitm + MIT + Python-2.0 + SSH-MITM + SSH-MITM on Python {{ python-fullversion }} + +

Python {{ python-fullversion }} + SSH-MITM bundled in an AppImage. +

+
+ ssh-mitm.desktop + https://www.ssh.mitm.at + + python{{ python-version }} + +
diff --git a/applications/ssh-mitm/ssh-mitm.desktop b/applications/ssh-mitm/ssh-mitm.desktop new file mode 100644 index 0000000..25fdcf6 --- /dev/null +++ b/applications/ssh-mitm/ssh-mitm.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=ssh-mitm +Exec=ssh-mitm +Comment=SSH-MITM on Python {{ python-fullversion }} +Icon=python +Categories=System; +Terminal=true