|
@@ -196,7 +196,7 @@ function interactive_configuration_remote_backups {
|
196
|
196
|
dialog --title "Password quality check" --msgbox "The reciprocal password given was too short. It must be at least $MINIMUM_PASSWORD_LENGTH characters" 6 40
|
197
|
197
|
else
|
198
|
198
|
echo ${remote_ssh_reciprocal_username}:${remote_ssh_reciprocal_password}::::/home/${remote_ssh_reciprocal_username}:bash | newusers
|
199
|
|
- echo "$remote_ssh_username@$remote_ssh_domain:$remote_ssh_port//home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
|
199
|
+ echo "$remote_ssh_username@$remote_ssh_domain $remote_ssh_port /home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
200
|
200
|
remote_ssh_username=""
|
201
|
201
|
remote_ssh_domain=""
|
202
|
202
|
remote_ssh_port=""
|
|
@@ -206,7 +206,7 @@ function interactive_configuration_remote_backups {
|
206
|
206
|
entering_remote_backups_ctr=$((entering_remote_backups_ctr + 1))
|
207
|
207
|
fi
|
208
|
208
|
else
|
209
|
|
- echo "$remote_ssh_username@$remote_ssh_domain:$remote_ssh_port//home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
|
209
|
+ echo "$remote_ssh_username@$remote_ssh_domain $remote_ssh_port /home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
210
|
210
|
remote_ssh_username=""
|
211
|
211
|
remote_ssh_domain=""
|
212
|
212
|
remote_ssh_port=""
|
|
@@ -216,7 +216,7 @@ function interactive_configuration_remote_backups {
|
216
|
216
|
entering_remote_backups_ctr=$((entering_remote_backups_ctr + 1))
|
217
|
217
|
fi
|
218
|
218
|
else
|
219
|
|
- echo "$remote_ssh_username@$remote_ssh_domain:$remote_ssh_port//home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
|
219
|
+ echo "$remote_ssh_username@$remote_ssh_domain $remote_ssh_port /home/$remote_ssh_username $remote_ssh_password" >> $FRIENDS_SERVERS_LIST
|
220
|
220
|
remote_ssh_username=""
|
221
|
221
|
remote_ssh_domain=""
|
222
|
222
|
remote_ssh_port=""
|