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
petebocken
3 years agoOccasional Contributor
"Host * IdentityAgent" required to connect to SFTP and "Host customname IdentityAgent" not working
I'm connecting SFTP with Transmit to a SiteGround server. I can connect just fine if I have Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock added to my ssh co...
Former Member
3 years agoFor me the issue was the same when I used SFTP with password auth.
Adding IdentitiesOnly yes
for these hosts before the Host *
is what worked for me.
So e.g:
Host *.netcup.net
IdentitiesOnly yes
Host ssh.strato.de
IdentitiesOnly yes
Host *.your-server.de
IdentitiesOnly yes
Host *.1and1-data.host
IdentitiesOnly yes
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
(can't format as code, as the content is not visible then)