79601881

Date: 2025-05-01 12:56:30
Score: 0.5
Natty:
Report link

I added below code to a script to automate it on mac in zsh

#!/bin/zsh

expect << EOF
  spawn ssh-add -s <your_command>
  expect "Enter passphrase*"
  send "<your_passphrase>\r"
  expect eof
EOF
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Updesh Srivastava