From 13f604e4bc33d857b26de075ce7dbdf5f82b7546 Mon Sep 17 00:00:00 2001 From: crschnick Date: Tue, 26 Aug 2025 12:53:32 +0000 Subject: [PATCH] Add more ssh doc links --- app/src/main/java/io/xpipe/app/util/DocumentationLink.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/io/xpipe/app/util/DocumentationLink.java b/app/src/main/java/io/xpipe/app/util/DocumentationLink.java index a02fe52b9..d3d68f261 100644 --- a/app/src/main/java/io/xpipe/app/util/DocumentationLink.java +++ b/app/src/main/java/io/xpipe/app/util/DocumentationLink.java @@ -47,6 +47,8 @@ public enum DocumentationLink { SSH_CONNECTION_CLOSED("troubleshoot/ssh#connection-closed-by-remote-host"), SSH_KEY_PERMISSIONS("troubleshoot/ssh#key-permissions-too-open"), SSH_NO_ROUTE("troubleshoot/ssh#no-route-to-host"), + SSH_CONNECTION_TIMEOUT("troubleshoot/ssh#connection-timeout"), + SSH_SHELL_TIMEOUT("troubleshoot/ssh#shell-timeout"), SSH_CONFIG("guide/ssh-config"), SSH_KEYS("guide/ssh#key-based-authentication"), SSH_OPTIONS("guide/ssh-config#adding-ssh-options"),