# Use SSH to connect to the TelAF simulation container

Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/use-ssh-to-connect-to-the-telaf-simulation-container.html](https://docs.qualcomm.com/doc/80-41102-1/topic/use-ssh-to-connect-to-the-telaf-simulation-container.html)

The container has **openssh-server** built in by default. The developer can connect to
            the container from any host via
            **openssh-client**.

    # ssh -p <ssh-port-mapping-number> root@<ip-address-of-host-or-dns-name>
      
    # example:
    ssh -p 9022 root@10.64.39.214Copy to clipboard

Upload a file to the TelAF simulation environment. The default password of the SSH
            connection is
            *simula*.

    # scp -P <ssh-port-mapping-number> <file-to-transfer> root@<ip-address-of-host-or-dns-name>:/root/<the-destination-path>
      
    # example:
    scp -P 9022 myApp.simulation.update root@10.64.39.214:/root/simulationCopy to clipboard

**Parent Topic:** [Use TelAF simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html)

Last Published: May 12, 2026

[Previous Topic
Build an application with simulation target](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/build-an-application-with-simulation-target.md) [Next Topic
Multiple containers support](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/multiple-containers-support.md)