I learned most of what I know about bash from The Linux Command Line by William Shotts.

Find something by name and ignore a directory.

Use ssh to run a local script with arguments on a remote host.

Add a key to the ssh agent.

eval $(ssh-agent -s)
ssh-add /tmp/id_rsa_evidently