How to specify different ssh port? #1450
Answered
by
real-yfprojects
0xN0BADC0FF33
asked this question in
FAQ
-
Cause of the [email protected]:repo notation how can i specifiy a ssh port different from 22? |
Beta Was this translation helpful? Give feedback.
Answered by
real-yfprojects
Oct 31, 2022
Replies: 1 comment
-
You can use this syntax: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xN0BADC0FF33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use this syntax:
ssh://user@host:port/path/to/repo
. See the borg docs.