Quick screen recording of enabling SSH key-based authentication between servers
Source Server: mwiapp01
Destination Server: mwiapp02
UserName: wlsusr
Step1: ssh-keygen -q -b 2048 -t rsa -N "" -C "creating SSH" -f ~/.ssh/id_rsa
Step2: ssh-copy-id wlsusr@mwiapp02