328.3. Spring Boot 자동 구성


구성 요소는 아래에 나열된 30 가지 옵션을 지원합니다.

Expand
이름설명Default유형

camel.component.ssh.cert-resource

인증에 사용할 인증서의 리소스 경로를 설정합니다. 는 ResourceHelperKeyPairProvider를 사용하여 파일 기반 인증서를 확인하고 keyType 설정에 따라 다릅니다.

 

문자열

camel.component.ssh.channel-type

채널에 전달할 채널 유형을 명령 실행의 일부로 설정합니다. 기본값은 exec입니다.

 

문자열

camel.component.ssh.configuration.cert-resource

인증에 사용할 인증서의 리소스 경로를 설정합니다. 는 ResourceHelperKeyPairProvider를 사용하여 파일 기반 인증서를 확인하고 keyType 설정에 따라 다릅니다.

 

문자열

camel.component.ssh.configuration.channel-type

채널에 전달할 채널 유형을 명령 실행의 일부로 설정합니다. 기본값은 exec입니다.

exec

문자열

camel.component.ssh.configuration.fail-on-unknown-host

알 수 없는 호스트에 대한 연결이 실패할지 여부를 지정합니다. 이 값은 knownHosts 속성이 설정된 경우에만 확인됩니다.

false

부울

camel.component.ssh.configuration.host

원격 SSH 서버의 호스트 이름을 설정합니다.

 

문자열

camel.component.ssh.configuration.key-pair-provider

인증서를 사용하여 원격 SSH 서버에 연결할 때 사용할 KeyPairProvider 참조를 설정합니다.

 

KeyPairProvider

camel.component.ssh.configuration.key-type

KeyPairProvider에 인증의 일부로 전달할 키 유형을 설정합니다. KeyPairProvider.loadKey(…​)는 이 값을 전달합니다. 기본값은 ssh-rsa입니다.

ssh-rsa

문자열

camel.component.ssh.configuration.known-hosts-resource

known_hosts 파일의 리소스 경로를 설정합니다.

 

문자열

camel.component.ssh.configuration.password

원격 SSH 서버 연결에 사용할 암호를 설정합니다. keyPairProvider를 null로 설정해야 합니다.

 

문자열

camel.component.ssh.configuration.poll-command

폴링 주기마다 원격 SSH 서버에 보낼 명령 문자열을 설정합니다. 소비자로 사용되는 camel-ssh 구성 요소(예: (ssh://…​)에서만 작동함) 새 줄로 명령을 종료해야 할 수 있으며, 이는 URL로 인코딩된 %0A여야 할 수 있습니다.

 

문자열

camel.component.ssh.configuration.port

원격 SSH 서버의 포트 번호를 설정합니다.

22

정수

camel.component.ssh.configuration.shell-prompt

명령 실행 후 응답을 읽을 때 shellPrompt를 삭제하도록 설정

 

문자열

camel.component.ssh.configuration.sleep-for-shell-prompt

쉘 프롬프트에서 응답을 읽을 때까지 유휴 시간(밀리초)을 설정합니다. 기본값은 100밀리초입니다.

100

long

camel.component.ssh.configuration.timeout

원격 SSH 서버 연결을 설정하는 데 대기하도록 시간 초과를 밀리초 단위로 설정합니다. 기본값은 30000밀리초입니다.

30000

long

camel.component.ssh.configuration.username

원격 SSH 서버에 로그인하는 데 사용할 사용자 이름을 설정합니다.

 

문자열

camel.component.ssh.enabled

ssh 구성 요소 활성화

true

부울

camel.component.ssh.host

원격 SSH 서버의 호스트 이름을 설정합니다.

 

문자열

camel.component.ssh.key-pair-provider

인증서를 사용하여 원격 SSH 서버에 연결할 때 사용할 KeyPairProvider 참조를 설정합니다. 옵션은 org.apache.sshd.common.keyprovider.KeyPairProvider 유형입니다.

 

문자열

camel.component.ssh.key-type

KeyPairProvider에 인증의 일부로 전달할 키 유형을 설정합니다. KeyPairProvider.loadKey(…​)는 이 값을 전달합니다. 기본값은 ssh-rsa입니다.

 

문자열

camel.component.ssh.password

원격 SSH 서버 연결에 사용할 암호를 설정합니다. keyPairProvider를 null로 설정해야 합니다.

 

문자열

camel.component.ssh.poll-command

폴링 주기마다 원격 SSH 서버에 보낼 명령 문자열을 설정합니다. 소비자(ssh://…​)로 사용되는 camel-ssh 구성 요소에서만 작동합니다. 새 줄로 명령을 끝나야 할 수 있으며 이는 %0A로 인코딩된 URL이어야 합니다.

 

문자열

camel.component.ssh.port

원격 SSH 서버의 포트 번호를 설정합니다.

 

정수

camel.component.ssh.resolve-property-placeholders

구성 요소 시작 시 속성 자리 표시자를 자체적으로 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.

true

부울

camel.component.ssh.shell-prompt

명령 실행 후 응답을 읽을 때 shellPrompt를 삭제하도록 설정

 

문자열

camel.component.ssh.sleep-for-shell-prompt

쉘 프롬프트에서 응답을 읽을 때까지 유휴 시간(밀리초)을 설정합니다. 기본값은 100밀리초입니다.

 

long

camel.component.ssh.timeout

원격 SSH 서버 연결을 설정하는 데 대기하도록 시간 초과를 밀리초 단위로 설정합니다. 기본값은 30000밀리초입니다.

 

long

camel.component.ssh.username

원격 SSH 서버에 로그인하는 데 사용할 사용자 이름을 설정합니다.

 

문자열

camel.component.ssh.cert-filename

인증에 사용할 인증서의 리소스 경로를 설정합니다.

 

문자열

camel.component.ssh.configuration.cert-filename

@deprecated 버전 2.11로 대체, {@link #setCertResource(String)}

 

문자열

맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat