summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.135
1 files changed, 1 insertions, 34 deletions
diff --git a/ssh.1 b/ssh.1
index 8c53d4b07..b201d87de 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.298 2010/03/04 12:51:25 jmc Exp $ 37.\" $OpenBSD: ssh.1,v 1.299 2010/03/04 23:19:29 djm Exp $
38.Dd $Mdocdate: March 4 2010 $ 38.Dd $Mdocdate: March 4 2010 $
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -1104,39 +1104,6 @@ option in
1104.Xr ssh_config 5 1104.Xr ssh_config 5
1105for more information. 1105for more information.
1106.Pp 1106.Pp
1107Host keys may also be presented as certificates signed by a trusted
1108certification authority (CA).
1109In this case, trust of the CA key alone is sufficient for the host key
1110to be accepted.
1111To specify a public key as a trusted CA key in a known hosts file,
1112it should be added after a
1113.Dq @cert-authority
1114tag and a set of one or more domain-name wildcards separated by commas.
1115For example:
1116.Pp
1117.Dl @cert-authority *.mydomain.org,*.mydomain.com ssh-rsa AAAAB5W...
1118.Pp
1119See the
1120.Sx CERTIFICATES
1121section of
1122.Xr ssh-keygen 1
1123for more details.
1124.Pp
1125Keys may also be marked as revoked using the
1126.Dq @revoked
1127marker.
1128Revoked keys will always trigger a warning when encountered and the host
1129that presented them will be treated as untrusted.
1130For example:
1131.Pp
1132.Dl @revoked * ssh-rsa AAAAB5W...
1133.Pp
1134Revoking a key revokes it for direct use and as a certification authority.
1135Do not use both the
1136.Dq @cert-authority
1137and
1138.Dq @revoked
1139markers on the same line.
1140.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS 1107.Sh SSH-BASED VIRTUAL PRIVATE NETWORKS
1141.Nm 1108.Nm
1142contains support for Virtual Private Network (VPN) tunnelling 1109contains support for Virtual Private Network (VPN) tunnelling