Skip to content

Commit 64af2a1

Browse files
updated readme and version number
1 parent 18d39d9 commit 64af2a1

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 5 additions & 8 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,12 +18,7 @@ Installing the ssh-mitm server including these plugins is very simple:
1618

1719
$ pip install ssh-mitm-plugins
1820

19-
Alternatively, ssh-mitm-plugins is featured as an optional dependency in the ssh-mitm package.
20-
Installation can occur through:
21-
22-
$ pip install ssh-mitm[plugins]
23-
24-
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
2522
will be available through these plugins. The ssh-mitm server will operate normally as described
2623
by the [ssh-mitm project](#ssh-mitm).
2724

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

4744
* Github - https://github.com/ssh-mitm/ssh-mitm
48-
* Website - http://ssh-mitm.at
45+
* Website - http://www.ssh-mitm.at
4946
* 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)