How can I, as a user logged in to a remote server via ssh, check if ssh-agent forwarding is permitted on that server?
Restrictions:
- The tool 'sshd_config' either doesn't exist on this system, or I don't have permission to run it
- I do not have permission to view files such as /etc/ssh/ssh_config (so cannot directly look for AllowAgentForwarding settings)
Attempting to use agent forwarding to log in to a third system from the server seems to fail, so I suspect that agent forwarding is disabled, but I don't want to submit a request for this to be changed without first explicitly verifying that this is indeed the problem.