328장. SSH 구성 요소
Camel 버전 2.10에서 사용 가능
SSH 구성 요소를 사용하면 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>
328.1. URI 형식
ssh:[username[:password]@]host[:port][?options]