第 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]