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

Session Details are not captured when SCP / SFTPing to an agentless resource #51841

Open
phall-teleport opened this issue Feb 4, 2025 · 0 comments
Labels
agentless bug c-bl Internal Customer Reference sftp Issues related to Teleport's SFTP implementation support-request Used to group support related questions.

Comments

@phall-teleport
Copy link

Expected behavior:
Teleport audit log should show what files were uploaded or downloaded

Current behavior:
Teleport audit log shows user requested SFTP subsystem but no further details are logged or session recorded

Bug details:

  • Teleport version: 17.2.3

  • Recreation steps

  • RHEL 8/9 connected using agentless SSH

  • Try sftping or scping a test file

  • Debug logs

  • % sftp -P ${PORT?} -F ssh_config_teleport "${USER?}@${ADDR_NODE?}.${CLUSTER?}"
    Connected to testcloudinstance
    sftp> put file.yaml
    Uploading file.yaml to /home/ec2-user/file.yaml
    file.yaml 100% 93 1.1KB/s 00:00
    sftp> put file2.yml
    Uploading file2.yml to /home/ec2-user/file2yml
    file2.yml 100% 230 2.8KB/s 00:00
    sftp> get foo
    Fetching /home/ec2-user/foo to foo
    sftp> quit

on Teleport Side:
Subsystem Requested
User [user] requested subsystem [sftp] 2025-02-04T18:46:31.781Z

@phall-teleport phall-teleport added bug support-request Used to group support related questions. c-bl Internal Customer Reference labels Feb 4, 2025
@zmb3 zmb3 added sftp Issues related to Teleport's SFTP implementation agentless labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agentless bug c-bl Internal Customer Reference sftp Issues related to Teleport's SFTP implementation support-request Used to group support related questions.
Projects
None yet
Development

No branches or pull requests

2 participants