diff options
author | Thomas Van Iseghem <[email protected]> | 2022-12-19 13:23:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-19 13:23:52 +0100 |
commit | 1b9ec9a8eb58fd4860dd46bed404f6e443792d26 (patch) | |
tree | 3e57f403d40e81d76a17fdd4d0cdb5b07097b039 | |
parent | a9a64dc88d0fcec12cddab119574c8d0779f80d4 (diff) | |
download | OpenCortex-1b9ec9a8eb58fd4860dd46bed404f6e443792d26.tar.gz OpenCortex-1b9ec9a8eb58fd4860dd46bed404f6e443792d26.zip |
Typo: PC SSH port is most likely default 22
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ scp -P 57284 <QC-ip-address>:<file-path> #### from QC to PC ```console -scp -P 57284 <PC-ip-address>:<file-path> +scp <PC-ip-address>:<file-path> ``` # Editing the default model names |