ssh « Security « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Security » ssh 

1. sftp with mutual auth using apache vfs    stackoverflow.com

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 ...

2. Problem with SFTP using Ganymed API    stackoverflow.com

I am using the Ganymed API to sftp in to an Unix server . I am able to create the file in server, but the contents of the file is always ...

3. Optimizing J2ssh app performance?    stackoverflow.com

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 ...

4. SSH and Telnet library for java    stackoverflow.com

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 ...

5. SFTP using JSch and GlobalScape    stackoverflow.com

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 ...

6. JSchException: Algorithm negotiation fail    stackoverflow.com

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) ...

7. snmp on devices via ssh    stackoverflow.com

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 ...

8. JSch sftp upload/download progress    stackoverflow.com

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 ...

9. telnet through SSH    stackoverflow.com

I need to connect a remote computer via ssh and then make a telnet connection to its port

(telnet localhost #port)
with JAVA I tried some libraries (sshd, ganymed) and succesfully ...

11. SFTP using SSH2 in java    forums.oracle.com

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?

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.