You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ## Warning : grapes currently DOES NOT validate the host key during the handshake ( CVE-2017-3204 ). Next version of grapes will support full host key validation.
4
-
5
3
grapes is lightweight tool designed to distribute commands over ssh with ease.
6
4
5
+
### Update (25/04/2019)
6
+
7
+
Handshake validation is now in place in order to fix `CVE-2017-3204`, The validation will use the built-in fingerprint list `~/.ssh/known_hosts` as default.
8
+
9
+
In order to add your ssh server fingerprint to `known_hosts` run the following:
0 commit comments