remove recommendation for ssh

This commit is contained in:
Mark Pitblado 2024-08-02 18:11:02 -07:00
parent 6f224d899c
commit 9f7d0bad4a
No known key found for this signature in database
GPG key ID: 062D64188CBB9F70

View file

@ -19,7 +19,7 @@ Clone with the Git command `clone` followed by the repo URL.
### SSH
SSH is the recommended method to use to access your online repository. Before you are able to access Git repositories via SSH, you need to [add an SSH key to your account](/security/ssh-key).
Before you are able to access Git repositories via SSH, you need to [add an SSH key to your account](/security/ssh-key).
{% admonition "warning" %}