Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not recording sessions created with ProxyCommand and ssh -W option #50

Closed
fllaca opened this issue May 19, 2019 · 1 comment
Closed
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fllaca
Copy link
Contributor

fllaca commented May 19, 2019

Connecting to servers using ProxyCommand and ssh -W $host:$port bypasses the recording.

Example ssh config:

Host myserver.mycompany.com
    ProxyCommand ssh bastion.mycompany.com -W %h:%p

Is there a way to record the actions executed in the remote servers if connecting this way?

Thanks for this great project!

@Guimove
Copy link
Owner

Guimove commented May 22, 2019

Hello,

Yes I know this issue, that's why initialy I disabled the AllowTcpForwarding to forbid the ProxyCommand because we are not able to log the session in this mode.
But for some reason, in need the AllowTcpForwarding like for SSH Tunneling for example.

I don't know if their is any way to resolve this, I've to check.

Thanks 😄

@Guimove Guimove added enhancement New feature or request help wanted Extra attention is needed labels May 22, 2019
@Guimove Guimove closed this as completed Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants