Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 396 Bytes

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