I am working on a project for a client from which we are using multiple docker containers on a host machine. I need to copy some files from my computer to the host machine, but when using an SFTP-client (cyberduck) I cannot connect to the server.
The address has multiple @ in it, which might be why I am not able to connect?
The SSH-command is like this:
ssh username@name@[email protected]
I've tried putting the username in the SFTP client like username@name@identifier and server as domain.com, but I still cannot connect.
Is this even possible to do? Can I check through the terminal of the host if I am able to sftp into the host?