blob: 09fb7f9fd28dceb20ce2c9c78b1138fa6dcf3201 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/share/m/ssh_proxycommand.orig 2018-10-16 16:24:55 UTC
+++ src/share/m/ssh_proxycommand
@@ -301,7 +301,7 @@ EOF
log info <<EOF
Run the following command for more info about the found keys:
-gpg --check-sigs --list-options show-uid-validity =${userID}
+gpg2 --check-sigs --list-options show-uid-validity =${userID}
EOF
# FIXME: should we do anything extra here if the retrieved
|