I am trying to migrate jboss from my local virtual box to jboss which is installed on rhel 8 in azure cloud.
i am executing below jboss migration command from my local linux vm, but i dont know right syntax to define target jboss , below is the command i am executing in my local
sh jboss-server-migration.sh --source /home/admin/Downloads/jboss-eap-7.2.0-target/jboss-eap-7.2/ --target ssh vmadin_2019@13.86.101.43/home/vmadmin_2019/jboss-eap/jboss-eap-7.2/
but above syntax for target is wrong. getting invalid argument.
i need to know what is correct syntax to connect remote (target) vm for jboss migration tool.