Digital Craftsman
  • Search
Sign in Subscribe

ssh

A collection of 5 posts
Upload file via ssh connection
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, I again search how
Aug 26, 2018 1 min read
Always login to ssh with the id_rsa ssh key
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
Jul 20, 2017
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.
Oct 23, 2014
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]
Jun 13, 2014
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/]
May 11, 2014
Page 1 of 1
Digital Craftsman © 2023
  • Datenschutz
  • Impressum
Powered by Ghost