This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/dotfiles/scripts/_sshstrap

11 lines
179 B
Bash
Executable File

#!/bin/sh
mkdir ~/.ssh
touch ~/.ssh/id_rsa ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/id_rsa ~/.ssh/id_rsa.pub
pass SSH\ Private > ~/.ssh/id_rsa
pass SSH\ Public > ~/.ssh/id_rsa.pub