Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoForwardAgent?
I noticed that when I log in my server with a key that is in 1Password and I try to log in from there to other servers, that I need to provide my password. Apparently ForwardAgent does not work, or d...
Former Member
3 years agoI forgot the .ssh/config-part:
```
ControlPath ~/.ssh/connections/mux_%C
ControlPersist 4h
TCPKeepAlive no
ServerAliveInterval 60
ServerAliveCountMax 10
ForwardAgent yes
AddKeysToAgent yes
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
CertificateFile "~/.ssh/id_rsa_sam-cert.pub"
Host host1
HostName host1.fqdn.com
User user
Host destinationhost
HostName destinationhost.fqdn.com
User user
```
The destination-host-part should be irrelevant though because it depends then on the second host.