I just failed the bash script task because I did not know to run the bash script. The task description didn’t say anywhere from my recollection to actually run the script. Here is my screenshot below. Could I please have another chance at this?
have you cross checked? file is available there or not ?
and according to me does this method works scp -i /home/steve/.ssh/id_rsa.pub? because in other side user is Clint.
Your SCP command is incorrect, you had to pass SSH private key with -i option but you are passing public key instead.
1 Like