327장. SSH 구성 요소
Camel 버전 2.10에서 사용 가능
SSH 구성 요소를 사용하면 SSH 명령을 전송하고 응답을 처리할 수 있습니다.
Maven 사용자는 이 구성 요소를 위해 다음 종속성을 pom.xml 에 추가해야 합니다.
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ssh</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>327.1. URI 형식
ssh:[username[:password]@]host[:port][?options]