ssh Upload file via ssh connection One common thing you have to do when doing Sysops, is uploading or downloading files. Most times you've got a SFTP connection to do so, but often times that's not possible and you only have a SSH connection available. Every time I have to do this,
ssh Always login to ssh with the id_rsa ssh key A neat little trick to always login with ssh via a the id_rsa ssh key on mac is to put the following line at the end of your config file: Host * UseKeychain yes This way when you setup any other ssh config before that it will still use whatever
ssh SSH Config Creating a ssh connection via your console can be kind of awkward. $ ssh user@domain.tld Password: ...... Last login: Thu Oct 23 21:06:01 2014 from ip-.... This can be way easier. Just create a ssh key with ssh-keygen grab your public key and transfer it to your server.
link Manage ssh connections and add to menu bar shuttle - A simple SSH shortcut menu for OS X with witch you can manage your ssh connections and access them via a menu bar application. Manage ssh connections and add to menu bar [https://github.com/fitztrev/shuttle]
ssh Tyblog | SSH Kung Fu > An extended look at SSH features that can serve a variety of purposes for different use cases. Tyblog | SSH Kung Fu [http://blog.tjll.net/ssh-kung-fu/]