瀏覽代碼

Default port

Bob Mottram 9 年之前
父節點
當前提交
9b99a78d67
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote 查看文件

155
               --form "\nPlease specify the SSH login details for the remote server\n\nThe reciprocal entries are optional, and can be used if you wish to set up a user account on this system for whoever runs the remote server to also use for backups" 20 50 8 \
155
               --form "\nPlease specify the SSH login details for the remote server\n\nThe reciprocal entries are optional, and can be used if you wish to set up a user account on this system for whoever runs the remote server to also use for backups" 20 50 8 \
156
               "Username:" 1 1 "$remote_ssh_username" 1 23 16 15 \
156
               "Username:" 1 1 "$remote_ssh_username" 1 23 16 15 \
157
               "Domain:" 2 1 "$remote_ssh_domain" 2 23 16 15 \
157
               "Domain:" 2 1 "$remote_ssh_domain" 2 23 16 15 \
158
-              "SSH port:" 3 1 "22" 3 23 5 4 \
158
+              "SSH port:" 3 1 "2222" 3 23 5 4 \
159
               "Password:" 4 1 "$remote_ssh_password" 4 23 20 100 \
159
               "Password:" 4 1 "$remote_ssh_password" 4 23 20 100 \
160
               "Reciprocal Username:" 5 1 "$remote_ssh_reciprocal_username" 5 23 20 100 \
160
               "Reciprocal Username:" 5 1 "$remote_ssh_reciprocal_username" 5 23 20 100 \
161
               "Reciprocal Password:" 6 1 "$remote_ssh_reciprocal_password" 6 23 20 100 \
161
               "Reciprocal Password:" 6 1 "$remote_ssh_reciprocal_password" 6 23 20 100 \