We're trying to sftp to a server that requires mutual authentication. We need to do this programmatically in java.
Is there a way to use mutual authentication (client certificates) with apache vfs ...
I'm trying to optimize mine "executing multiple commands through shell & multiple file download" program.
Now I'm thinking that there are a few ways to maximize the speed:
1)disable logs-don't know how...
2)Somehow optimize ...
I'm building a Java application who connects to hosts using telnet or ssh, execute a command and then return the output.
I've been using org.apache.commons.net.telnet.TelnetClient and written my own parsers so ...
I'm trying to establish a SFTP connection using Java secure chanel (JSCh).
My software stack is Red Hat Enterprise Server 5.0, JRE 6.0 and JSch v0.1.44.
The primarily server software stack (to ...
Hi, I am trying to connect to remote sftp server over ssh with JSch (0.1.44-1) but during "session.connect();" I am getting this exception:
com.jcraft.jsch.JSchException: Algorithm negotiation fail at
com.jcraft.jsch.Session.receive_kexinit(Session.java:529) at
com.jcraft.jsch.Session.connect(Session.java:291) ...
I have a device in network. I would like to use SNMP to get information. Is it possible for using SSH and then SNMP for messages over ssh session ? I ...
I am new to JSch and java. I managed to get some codes and understand it somehow, but i am stuck on one point. The following code downloads file from SSH ...
I need to create a SFTP client using SSH2 to connect to a server and download some files. When I searched in I found some utility jars which are not free. Is there any thing in JAVA which will help me to write a class to connect to the SFTP server using SSH2?