#!/bin/bash read -p ‘Enter the Files to be Send to Remote Host: ‘ files destination_directory=’/home/oracle’ scp -i /Users/shadab/wha.pem $files oracle@192.168.1.200:$destination_directory…
Tag scp
— Enable Password-less SSH between Linux Servers Before using PSSH — In the Server (192.168.100.55) from where you want to…