Use Advanced Server Access (ASA) to SCP or SFTP
Advanced Server Access
Okta Classic Engine
Okta Identity Engine
Overview

Advanced Server Access (ASA) can be used to copy files to other machines. 

Applies To
  • Advanced Server Access (ASA)
  • Secure Copy Protocol (SCP)
  • Secure File Transfer Protocol (SFTP)
  • Windows ASA client
Solution

From the Client:

  1. From the CLI, run this command:
    sft ssh-config
  2. Copy the output (choose steps a or b, as desired).
    1. For the config to be used by default, use ProxyCommand setup: 
      • Under the users .ssh folder, create a file named config and paste what was copied to this file.
        • Windows file location:
          C:\Users\Administrator\.ssh\config
        • Linux file location:
          /home/Administrator/.ssh/config
        • Now run SCP or SFTP normally and authenticate with the ASA account.
          <scp OR sftp> <local file to copy> <target server>:<target server location>
    2. To specify the config, follow these steps: 
      • Create the file on the desktop and paste what was copied into that file.
        <scp OR sftp> -F <Full path of created file> <local file to copy> <target server>:<target server location>

Related References

Recommended content

No recommended content found...