Bob Mottram il y a 9 ans
Parent
révision
9b99a78d67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-remote

+ 1
- 1
src/freedombone-remote Voir le fichier

@@ -155,7 +155,7 @@ function interactive_configuration_remote_backups {
155 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 156
               "Username:" 1 1 "$remote_ssh_username" 1 23 16 15 \
157 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 159
               "Password:" 4 1 "$remote_ssh_password" 4 23 20 100 \
160 160
               "Reciprocal Username:" 5 1 "$remote_ssh_reciprocal_username" 5 23 20 100 \
161 161
               "Reciprocal Password:" 6 1 "$remote_ssh_reciprocal_password" 6 23 20 100 \