ULHPC Dotfiles -- ssh configuration

Installation

You can use the install.sh script featured with the ULHPC dotfiles repository.

$> cd ~/.dotfiles
$> ./install.sh --ssh      # OR ./install.sh --with-ssh

This will setup the following files:

  • ~/.ssh/config

Uninstall

$> cd ~/.dotfiles
$> ./install.sh --delete --ssh