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
Plaintext
Raw Permalink Normal View History

2020-10-11 07:52:17 +02:00
#!/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