scp
버전을 얻는 방법은 무엇입니까 ?
이미 시도했습니다:
$ scp --version
scp: unknown option -- -
usage: scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]
[-i identity_file] [-J destination] [-l limit]
[-o ssh_option] [-P port] [-S program] source ... target
$ man scp | grep version
<nothing>
scp
버전이 없다는 뜻인가요 ?
답변1
OpenSSH 및 관련 클라이언트 도구 ssh -V
의 버전을 확인하는 데 사용됩니다 . , 및 설치 버전은 모두 동일한 OpenSSH 버전에 속합니다.ssh
ssh
scp
sftp
내 OpenBSD 시스템에서:
$ ssh -V
OpenSSH_9.0, LibreSSL 3.5.2
근처 Ubuntu 머신에서:
$ ssh -V
OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.1.1f 31 Mar 2020