From d7030b51850f65a2913950d2fd9167b4c7b8ec30 Mon Sep 17 00:00:00 2001
From: Matthew Badeau <mbadeau@gitlab.com>
Date: Wed, 5 Jun 2024 18:13:43 +0000
Subject: [PATCH] Update deploy token doc to explicitly mention SSH is not
 supported

---
 doc/user/project/deploy_tokens/index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/user/project/deploy_tokens/index.md b/doc/user/project/deploy_tokens/index.md
index ae25c23f02ddb..ab7081ef37197 100644
--- a/doc/user/project/deploy_tokens/index.md
+++ b/doc/user/project/deploy_tokens/index.md
@@ -26,6 +26,8 @@ A deploy token is a pair of values:
   `gitlab+deploy-token-{n}`. You can specify a custom username when you create the deploy token.
 - **token**: `password` in the HTTP authentication framework.
 
+Deploy tokens do not support [SSH authentication](../../ssh.md).
+
 You can use a deploy token for [HTTP authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication)
 to the following endpoints:
 
-- 
GitLab