Ho una sceneggiatura come questa nel mio .bashrc
file a mysuer
casa:
eval `ssh-agent`
ssh-add /path/to/my/key
Il problema è che ho questo output quando accedo con l'utente mysuer
( su - myuser
):
Agent pid 1234
Identity added: /path/to/my/key (/path/to/my/key)
Vorrei evitare questo, mettere a tacere questo output, ma caricare il ssh-agent
e ssh-add
.
Come posso eseguire questo?