Skip to content

Commit d7ccc6d

Browse files
Merge branch 'main' into develop
2 parents eecfd07 + 64af2a1 commit d7ccc6d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SSH-MITM Plugins
22

3-
![SSH-MITM example](https://ssh-mitm.at/img/mitm-example.png)
3+
SSH-MITM plugins are extensions for SSH-MITM 0.6.3.
4+
5+
**Note:** This plugins are not compatible with SSH-MITM >= 1.0.0!
46

57
With version 0.4.0 the [ssh-mitm projects](http://ssh-mitm.at/) locks the features
68
shipping with the core functionality of the program. It is now preferred that any additions to the
@@ -16,8 +18,7 @@ Installing the ssh-mitm server including these plugins is very simple:
1618

1719
$ pip install ssh-mitm-plugins
1820

19-
20-
The current version of the ssh-mitm server will be installed and additional advanced features
21+
The ssh-mitm 0.6.3 will be installed and additional advanced features
2122
will be available through these plugins. The ssh-mitm server will operate normally as described
2223
by the [ssh-mitm project](#ssh-mitm).
2324

@@ -41,5 +42,5 @@ For a more detailed look at the plugins usage and operation refer to the
4142
**For more information about the core functionality of the ssh-mitm server visit:**
4243

4344
* Github - https://github.com/ssh-mitm/ssh-mitm
44-
* Website - http://ssh-mitm.at
45+
* Website - http://www.ssh-mitm.at
4546
* Documentation - http://docs.ssh-mitm.at

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_entry_points():
1919

2020
setup(
2121
name='ssh-mitm-plugins',
22-
version='0.4',
22+
version='0.4.1',
2323
author='Simon Böhm',
2424
author_email='[email protected]',
2525
description='advanced features for ssh-mitm server',

0 commit comments

Comments
 (0)