This is an automated email from the ASF dual-hosted git repository.
lahirujayathilake pushed a change to branch custos-signer
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
from 2245275a8 Add principal (unix account name) authorization layer
add 6d811dea7 Implement SSH wrapped connection support
No new revisions were added by this update.
Summary of changes:
pom.xml | 1 +
signer/signer-sdk-core/pom.xml | 5 +
.../org/apache/custos/signer/sdk/SshClient.java | 50 +--
.../apache/custos/signer/sdk/ssh/SshSession.java | 358 ++++++++++++++++-----
.../signer/sdk/SshSessionIntegrationTest.java | 115 +++++++
5 files changed, 429 insertions(+), 100 deletions(-)
create mode 100644
signer/signer-sdk-core/src/test/java/org/apache/custos/signer/sdk/SshSessionIntegrationTest.java