summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDe Wet Blomerus <dewet@gitlab.com>2017-02-22 15:13:07 +0200
committerDe Wet Blomerus <dewet@gitlab.com>2017-02-22 15:13:07 +0200
commit26c07af72af040e975dc28bafa1c6e38d5b45e59 (patch)
tree9a59d8d5d02ed8c94a828225bbfda29849cd7ba1
parent90eb2b92a05e7b2c24f68c9a6b9fed7d9e0945dd (diff)
downloadgitlab-ce-dewet-time-ssh.tar.gz
Handy command to time ssh accessdewet-time-ssh
-rw-r--r--doc/administration/troubleshooting/ssh.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/administration/troubleshooting/ssh.md b/doc/administration/troubleshooting/ssh.md
new file mode 100644
index 00000000000..c72c3089b39
--- /dev/null
+++ b/doc/administration/troubleshooting/ssh.md
@@ -0,0 +1,7 @@
+# Slow SSH access
+
+Time how long it takes and get verbose output to help troubleshoot.
+
+```sh
+time ssh -v git@gitlab.com`
+```