I want to use keychain for SSH cron jobs.
I've found this good answer.
I've add command keychain --nogui id_rsa in .profile
And when I reboot and login I have to enter password.
But I don't see any password prompt when .profile executes.
I can create stand-alone bash script with the command and place it in Start-up Applications. But I'm not sure this way is good.
Where the right place for this command with keychain password prompt?