ssh

  1. abbas abedi

    Android Question Need Help Creating an SSH VPN Application

    Hello, I want to write an application that connects to a server using the SSH protocol and tunnels to the phone. The goal of creating this application is to make an SSH VPN. Does anyone know which library I should use, or can someone with experience in this area guide me? Thank you.
  2. aminoacid

    Share My Creation Remote SSH and SCP access with TCP proxy server and MQTT Tunnel

    I have several remote Linux "boxes" collecting sensor data that I occasionally need to SSH into for troubleshooting, etc. The problem is that all of these boxes are behind firewalls as is expected so it's impossible to SSH or SCP into the boxes without having the network administrator open Port...
  3. M

    B4J Library SSHJ - ssh, scp, sftp for Java

    This is a wrapper for: https://github.com/hierynomus/sshj Dependencies: #AdditionalJar: slf4j-api-1.7.25 #AdditionalJar: sshj-0.23.0 #AdditionalJar: eddsa-0.2.0 #AdditionalJar: bcprov-jdk15on-159 You can download this libraries from: slf4j-api-1.7.25...
Top