jassh icon indicating copy to clipboard operation
jassh copied to clipboard

High level scala SSH API for easy and fast operations on remote servers.

Results 4 jassh issues
Sort by recently updated
recently updated
newest added

I have seen at times the sleep command is returning status as -1(which is the default status). If I re-run the same program, it will work. Also I am connecting...

I'm seeing sporadic _Broken pipe_ disconnects when running an application which sends consecutive remote shell commands via this library. The disconnects are hard to pin down, they happen at a...

So I got an exception while trying to do a `SSHShell.send(String, String)`: ``` at fr.janalyse.ssh.SSHScp.checkAck(SSHScp.scala:220) at fr.janalyse.ssh.SSHScp.inputStream2remoteFile(SSHScp.scala:98) at fr.janalyse.ssh.SSHScp.send(SSHScp.scala:67) at fr.janalyse.ssh.TransfertOperations.send(TransfertOperations.scala:138) at fr.janalyse.ssh.TransfertOperations.send$(TransfertOperations.scala:9) at fr.janalyse.ssh.SSHScp.send(SSHScp.scala:8) at uob_hpc.sal.AwsEc2.runScript$$anonfun$6(Main.scala:158) ``` It's not...

when try use 'become' run command with sudo, then program hang without any output or error. below is the code(some function). ```scala def runWithSudo(cmdString: String): (Boolean, String) = { log.info(...