diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-06 17:09:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-06 17:09:38 -0400 |
commit | 7294d552066867a7019ea4a49af00cc5511745c5 (patch) | |
tree | 97e14e0ce9d0ab0f8e3ee10628dab6816aa55735 /Assistant/Pairing | |
parent | 792e11aae19943cda2d4d8b9d1a3fd44e4b6cbaf (diff) |
webapp: Allow user to specify the ssh port when setting up a remote.
Diffstat (limited to 'Assistant/Pairing')
-rw-r--r-- | Assistant/Pairing/MakeRemote.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Pairing/MakeRemote.hs b/Assistant/Pairing/MakeRemote.hs index 38f9981e5..f938bac93 100644 --- a/Assistant/Pairing/MakeRemote.hs +++ b/Assistant/Pairing/MakeRemote.hs @@ -60,6 +60,7 @@ pairMsgToSshData msg = do , sshUserName = Just (T.pack $ remoteUserName d) , sshDirectory = T.pack dir , sshRepoName = genSshRepoName hostname dir + , sshPort = 22 , needsPubKey = True , rsyncOnly = False } |