~> cat .ssh/config ControlMaster auto ControlPath /tmp/%r@%h:%p ControlPersist yes Host hostname1 IdentityFile ~/.ssh/id_rsa Hostname rem.hostname1.com Port 2290 user user_name
git clone ssh://username@hostname1/home/user/Code/repot.git
scp file1.tar hostname1:/home/username && sftp hostname1