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/dotfiles/scripts/_sshstrap
2020-10-11 02:55:03 -03:00

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