diff --git a/src/freedombone-remote b/src/freedombone-remote index 38765dc9..e1678d5f 100755 --- a/src/freedombone-remote +++ b/src/freedombone-remote @@ -155,7 +155,7 @@ function interactive_configuration_remote_backups { --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 \ "Username:" 1 1 "$remote_ssh_username" 1 23 16 15 \ "Domain:" 2 1 "$remote_ssh_domain" 2 23 16 15 \ - "SSH port:" 3 1 "22" 3 23 5 4 \ + "SSH port:" 3 1 "2222" 3 23 5 4 \ "Password:" 4 1 "$remote_ssh_password" 4 23 20 100 \ "Reciprocal Username:" 5 1 "$remote_ssh_reciprocal_username" 5 23 20 100 \ "Reciprocal Password:" 6 1 "$remote_ssh_reciprocal_password" 6 23 20 100 \