Port number
This commit is contained in:
parent
ca51deccda
commit
3a4b96ccff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue