본문 바로가기
카테고리 없음

대역폭을 제한해서 scp사용하는 법

by bents 2022. 10. 10.

공식문서에 있지만 몰라서 잘 안쓰는 유용한 옵션들 알아보기

1. 대역폭 제한**
-l limit
Limits the used bandwidth, specified in Kbit/s.
#또다른 대안 : tc

2. 보안 설정
-c cipher
Selects the cipher to use for encrypting the data transfer. This option is directly passed to ssh(1).

https://linux.die.net/man/1/scp

scp(1): secure copy - Linux man page

scp(1) - Linux man page Name scp - secure copy (remote file copy program) Synopsis scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] [-S program] [ [user@]host1:]file1 ... [ [user@]host2:]file2 Descriptio

linux.die.net


scp options
-r 디렉토리 복사시
-P 포트 특정시
-p 원본파일 보존 설정

https://itwiki.kr/w/%EB%A6%AC%EB%88%85%EC%8A%A4_scp

IT위키

IT에 관한 모든 지식. 함께 만들어가는 깨끗한 위키

itwiki.kr