This commit is contained in:
Op52 2019-01-22 23:46:18 -05:00
parent 0d89c1f770
commit e43e7edf40
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ sudo apt install keychain
echo "Copying private key..."
cp id_op52 ~/.ssh/id_op52
cp id_op52.pub ~/.ssh/id_op52.pub
chmod 600 ~/.ssh/id_op52
chmod 644 ~/.ssh/id_op52.pub
echo "Configuring keychain..."
echo "# Configured for keychain" >> ~/.bashrc