add sshstrap

This commit is contained in:
lelgenio 2020-10-11 02:52:17 -03:00
parent e7ab1404d1
commit 4c64e1ae1b
1 changed files with 10 additions and 0 deletions

10
dotfiles/scripts/_sshstrap Executable file
View File

@ -0,0 +1,10 @@
#!/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