We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2420bfb commit 9e19caaCopy full SHA for 9e19caa
snapcraft.yaml
@@ -25,17 +25,23 @@ parts:
25
apps:
26
ssh-mitm:
27
command: usr/bin/python3 $SNAP/bin/ssh-mitm
28
+ environment:
29
+ PYTHONIOENCODING: utf-8
30
plugs:
31
- home
32
- network
33
- network-bind
34
audit:
35
command: usr/bin/python3 $SNAP/bin/ssh-mitm-audit
36
37
38
39
40
41
gui:
42
command: usr/bin/python3 $SNAP/bin/ssh-mitm-gui
43
44
45
46
47
0 commit comments