diff options
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/troubleshooting/ssh.md | 7 |
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` +``` |