diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index d8f980b68..f0a4b293a 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.195 2014/11/10 22:25:49 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.196 2014/12/04 02:24:32 djm Exp $ |
37 | .Dd $Mdocdate: November 10 2014 $ | 37 | .Dd $Mdocdate: December 4 2014 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1253,6 +1253,16 @@ and | |||
1253 | .Fl T | 1253 | .Fl T |
1254 | flags for | 1254 | flags for |
1255 | .Xr ssh 1 . | 1255 | .Xr ssh 1 . |
1256 | .It Cm RevokedHostKeys | ||
1257 | Specifies revoked host public keys. | ||
1258 | Keys listed in this file will be refused for host authentication. | ||
1259 | Note that if this file does not exist or is not readable, | ||
1260 | then host authentication will be refused for all hosts. | ||
1261 | Keys may be specified as a text file, listing one public key per line, or as | ||
1262 | an OpenSSH Key Revocation List (KRL) as generated by | ||
1263 | .Xr ssh-keygen 1 . | ||
1264 | For more information on KRLs, see the KEY REVOCATION LISTS section in | ||
1265 | .Xr ssh-keygen 1 . | ||
1256 | .It Cm RhostsRSAAuthentication | 1266 | .It Cm RhostsRSAAuthentication |
1257 | Specifies whether to try rhosts based authentication with RSA host | 1267 | Specifies whether to try rhosts based authentication with RSA host |
1258 | authentication. | 1268 | authentication. |