Port number

This commit is contained in:
Bob Mottram 2015-12-22 20:52:30 +00:00
parent ca51deccda
commit 3a4b96ccff
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ function interactive_configuration_remote_backups {
--form "\nPlease specify the SSH login details for the remote server" 15 50 4 \
"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 \
2> $data
fi