SshConfiguration.withPublicKeys(List<SshPublicKey> publicKeys) 方法
定义
Set the publicKeys value.
public SshConfiguration withPublicKeys(List<SshPublicKey> publicKeys)
参数
- publicKeys
- List<SshPublicKey>
the publicKeys value to set
返回
the SshConfiguration object itself.