How to specify different ssh port? #1450
-
|
Cause of the xxx@xxx.com: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
mxwmnn
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.