SSHAgentWeiterleitung
SSHAgentWeiterleitung, often abbreviated as SSH agent forwarding, is a feature of the Secure Shell (SSH) protocol that allows a user to securely forward their local SSH authentication agent connection to a remote server. This means that an SSH key stored and managed by an agent on the user's local machine can be used to authenticate to other servers accessed *from* the remote server, without the private key ever leaving the local machine.
The process begins when a user connects to a remote server using SSH with agent forwarding enabled.
This is particularly useful for situations where a user needs to access multiple servers in a chain,