diff --git a/setup2_ssh.sh b/setup2_ssh.sh index 7661adb..f2057cd 100755 --- a/setup2_ssh.sh +++ b/setup2_ssh.sh @@ -11,4 +11,4 @@ chmod 644 ~/.ssh/id_op52.pub echo "Configuring keychain..." echo "# Configured for keychain" >> ~/.bashrc -echo "eval \`keychain --eval --agents ssh id_op52\`" >> ~/.bashrc +echo "eval \`keychain --quiet --eval --agents ssh id_op52\`" >> ~/.bashrc