Groups
Sign in
Groups
sshj-users
Conversations
About
Send feedback
Help
sshj-users
Contact owners and managers
1–30 of 91
sshj
user group
Mark all as read
Report group
0 selected
qing tang
, …
Ranvijay Kumar
3
7/6/20
How to correctly handle the EOF when closing ssh connection
Getting same error while connecting with Cisco Switch, Please help Error: <<chan#1 / open>
unread,
How to correctly handle the EOF when closing ssh connection
Getting same error while connecting with Cisco Switch, Please help Error: <<chan#1 / open>
7/6/20
Marcus Gattinger
8/6/19
How to verify host (public) key using RSA ciphered public key?
Hi, I'm new to sshj and I try to solve the following problem of verifying the identity of the
unread,
How to verify host (public) key using RSA ciphered public key?
Hi, I'm new to sshj and I try to solve the following problem of verifying the identity of the
8/6/19
Abu Abdullah
, …
Annan Marnah
3
4/13/19
Example for terminal with GUI (swing)
please i need your help to work on my semester project am Aminu Umar from Ghana
unread,
Example for terminal with GUI (swing)
please i need your help to work on my semester project am Aminu Umar from Ghana
4/13/19
Johan Rainhill
12/16/18
Embedded ready-to-use terminal for Android?
I have used PuTTY to connect to a server. PuTTY has a MxN character screen, and all is formatted
unread,
Embedded ready-to-use terminal for Android?
I have used PuTTY to connect to a server. PuTTY has a MxN character screen, and all is formatted
12/16/18
Alvaro Alonso
, …
John Slankas
5
11/21/18
Unable to use a user for a SSH connection configured to bypass MFA in a MFA-enabled environment
While this thread is rather old, I'd like to add this following note for other users who run
unread,
Unable to use a user for a SSH connection configured to bypass MFA in a MFA-enabled environment
While this thread is rather old, I'd like to add this following note for other users who run
11/21/18
Volodya Leskiv
10/26/18
Android 9. The BC provider no longer provides an implementation for MessageDigest.SHA-256
Hi all, We're using sshj 0.26.0 in Android project and on Android 9 device we got such exception:
unread,
Android 9. The BC provider no longer provides an implementation for MessageDigest.SHA-256
Hi all, We're using sshj 0.26.0 in Android project and on Android 9 device we got such exception:
10/26/18
Christopher Wray
,
Jeroen van Erp
5
10/16/18
Connecting to a ssh endpoint with no auth (user only)
Got it AuthMethod method = new AuthNone(); ssh.auth("root",method); Thanks a lot Jeroen! C
unread,
Connecting to a ssh endpoint with no auth (user only)
Got it AuthMethod method = new AuthNone(); ssh.auth("root",method); Thanks a lot Jeroen! C
10/16/18
hughperkins
, …
Jeroen van Erp
5
7/24/18
OpenSSHKnownHosts - Error reading entry '[...]ecdsa-sha2-nistp256[...]' could not determine type
Hi Swapnil, Prefer to use Github to file issues and to keep track with what's implemented. ECDSA-
unread,
OpenSSHKnownHosts - Error reading entry '[...]ecdsa-sha2-nistp256[...]' could not determine type
Hi Swapnil, Prefer to use Github to file issues and to keep track with what's implemented. ECDSA-
7/24/18
Timmy Schweer
, …
Thomas Isomaki
6
7/3/18
creating SSH / SFTP session is very slow
Thank you, we also did experience slowness in SSHClient instantiation and your suggestion solved our
unread,
creating SSH / SFTP session is very slow
Thank you, we also did experience slowness in SSHClient instantiation and your suggestion solved our
7/3/18
Marcel Möhring
4/12/18
Encrypted Ed25519
Hello, as I found out SSHJ does not support encrypted key files in the new OpenSSH key file format,
unread,
Encrypted Ed25519
Hello, as I found out SSHJ does not support encrypted key files in the new OpenSSH key file format,
4/12/18
Jozef Matejička
,
Jeroen van Erp
3
3/8/18
Connection pooling
Thanks, I will use it until I got exception, than try to close it and replace it with new one. On
unread,
Connection pooling
Thanks, I will use it until I got exception, than try to close it and replace it with new one. On
3/8/18
Krishnan Mahadevan
2/20/18
Re: Cloud Foundry and SSHJ, How to resolve port issues?
What is the issue ? Its not very clear as to what the problem is. It would be good if you could
unread,
Re: Cloud Foundry and SSHJ, How to resolve port issues?
What is the issue ? Its not very clear as to what the problem is. It would be good if you could
2/20/18
Syamala Tadigadapa
, …
Bill Stephens
3
1/24/18
how to specify custom buffer size for sftp connections?
Syamala, There is an existing bug concerning buffer size. The max setting is 2^15-1 (32767). https://
unread,
how to specify custom buffer size for sftp connections?
Syamala, There is an existing bug concerning buffer size. The max setting is 2^15-1 (32767). https://
1/24/18
Catalin Bararu
, …
Krishnan Mahadevan
6
1/17/18
Hi, problems using sshj
Maybe you can try out something like this: public static void main(String[] args) throws IOException
unread,
Hi, problems using sshj
Maybe you can try out something like this: public static void main(String[] args) throws IOException
1/17/18
Miguel González
,
Krishnan Mahadevan
2
11/14/17
ssh connection takes a long time
Miguel, Its been a long time since I personally used sshj, so please bear with me if my question
unread,
ssh connection takes a long time
Miguel, Its been a long time since I personally used sshj, so please bear with me if my question
11/14/17
bernd...@xaidat.com
8/11/17
Problem reading output from Session.exec
sshj Dependency: compile 'com.hierynomus:sshj:0.21.1' Platform: Koltin 1.1.3-2 (JRE 1.8.0_131
unread,
Problem reading output from Session.exec
sshj Dependency: compile 'com.hierynomus:sshj:0.21.1' Platform: Koltin 1.1.3-2 (JRE 1.8.0_131
8/11/17
Hans-Uwe Brackel
,
Jeroen van Erp
2
2/15/17
Authenticate with user/password; don't wait to exhaust Authentication methods
You can call `SshClient.auth(username, new AuthPassword(...));` Regards, Jeroen 2017-02-15 13:25 GMT+
unread,
Authenticate with user/password; don't wait to exhaust Authentication methods
You can call `SshClient.auth(username, new AuthPassword(...));` Regards, Jeroen 2017-02-15 13:25 GMT+
2/15/17
chris emerson
1/24/17
Upgrade from j2ssh, getting No such file on download
Hi all, I've been upgrading an old Java 5 servlet using j2ssh to Java 8 with sshj. 15 of the 16
unread,
Upgrade from j2ssh, getting No such file on download
Hi all, I've been upgrading an old Java 5 servlet using j2ssh to Java 8 with sshj. 15 of the 16
1/24/17
Varun C. H
,
Jeroen van Erp
2
1/19/17
Is sshj FIPS-140 validated?
Hi Varun, It is not certified. However given the requirements it is safe to say that it can be level1
unread,
Is sshj FIPS-140 validated?
Hi Varun, It is not certified. However given the requirements it is safe to say that it can be level1
1/19/17
prashant patel
1/6/17
How to get linux environment variable e.g: echo $FILE_EDITION. ?
Hello, I want to get value of linux environment variable. How i can i get that using ssj?
unread,
How to get linux environment variable e.g: echo $FILE_EDITION. ?
Hello, I want to get value of linux environment variable. How i can i get that using ssj?
1/6/17
Mario Camou
12/11/16
Detecting when SSH connection is lost
Hello all, I am trying to use sshj to open a tunnel to a host via a LocalPortForwarder, and I need to
unread,
Detecting when SSH connection is lost
Hello all, I am trying to use sshj to open a tunnel to a host via a LocalPortForwarder, and I need to
12/11/16
Robert Butera
10/26/16
emulating f5 keypress wiyh sshj
Hi, We're using sshj to automate a terminal application (with expectIt). We're having trouble
unread,
emulating f5 keypress wiyh sshj
Hi, We're using sshj to automate a terminal application (with expectIt). We're having trouble
10/26/16
Meena Mani
9/19/16
set preserveAttributes
How do I set the preserveAttributes to false ? The method is not accessible from the sshClient.
unread,
set preserveAttributes
How do I set the preserveAttributes to false ? The method is not accessible from the sshClient.
9/19/16
Robert Butera
9/17/16
Formatting sshj output
Hi, I am using sshj to automate interaction with a text based UI. I would like to format the echo
unread,
Formatting sshj output
Hi, I am using sshj to automate interaction with a text based UI. I would like to format the echo
9/17/16
Robert Butera
,
Jeroen van Erp
4
9/14/16
Having trouble interacting with text based UI
Seem to have worked this out. Using sshj with expectIt I was able to navigate past the menu. The
unread,
Having trouble interacting with text based UI
Seem to have worked this out. Using sshj with expectIt I was able to navigate past the menu. The
9/14/16
Curtis Newton
,
Jeroen van Erp
2
9/2/16
cannot compile
Try the following link: http://mavenrepository.com/artifact/com.hierynomus/sshj/0.17.2 Also you can
unread,
cannot compile
Try the following link: http://mavenrepository.com/artifact/com.hierynomus/sshj/0.17.2 Also you can
9/2/16
Luis Marcelo Rosso
4/28/16
Authentication through SSL with PEM file: How should I perform it?
Hi, What should I do in order to get authenticated through SSL (with PEM file)? Reviewing the
unread,
Authentication through SSL with PEM file: How should I perform it?
Hi, What should I do in order to get authenticated through SSL (with PEM file)? Reviewing the
4/28/16
emai...@gmail.com
,
Jeroen van Erp
3
4/13/16
Problems w/public key auth
Do you have the JCE unlimited cryptography extensions loaded? Regards, Jeroen 2016-04-11 12:38 GMT+02
unread,
Problems w/public key auth
Do you have the JCE unlimited cryptography extensions loaded? Regards, Jeroen 2016-04-11 12:38 GMT+02
4/13/16
Tushar
3/7/16
Getting host fingerprint with SSHJ
Hello, Is it possible to retrieve the MD5 RSA fingerprint of a new host given it's hostname and
unread,
Getting host fingerprint with SSHJ
Hello, Is it possible to retrieve the MD5 RSA fingerprint of a new host given it's hostname and
3/7/16
eander...@gmail.com
11/24/15
Getting Operation unsupported exception, even though SFTP put worked
I'm putting a file via SFTP, and getting an Operation Unsupported exception, even though the
unread,
Getting Operation unsupported exception, even though SFTP put worked
I'm putting a file via SFTP, and getting an Operation Unsupported exception, even though the
11/24/15