webapp: Allow user to specify the ssh port when setting up a remote.
This commit is contained in:
parent
25bc68d764
commit
551924e6be
6 changed files with 77 additions and 36 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue