In a multi server architecture, is it possible to find out from which machine a user logged into current machine using ssh?
For example, user1 logged into host1. From there, the user logged into host2 as sruser using ssh.
In above example, would it be possible to trace the sruser session of host2 back to user1 session in host1?
Would it be possible to get the hostname or terminal of user1 session?