From 26c07af72af040e975dc28bafa1c6e38d5b45e59 Mon Sep 17 00:00:00 2001 From: De Wet Blomerus Date: Wed, 22 Feb 2017 15:13:07 +0200 Subject: Handy command to time ssh access --- doc/administration/troubleshooting/ssh.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/administration/troubleshooting/ssh.md (limited to 'doc/administration') 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` +``` -- cgit v1.2.1