similar to: Java Interface to SSH2

Displaying 20 results from an estimated 1000 matches similar to: "Java Interface to SSH2"

2016 Sep 14
2
com.jcraft.jsch.JSchException: Auth fail
Hi, I've come across some messages from sshd (OpenSSH 6.7) in my auth.log that I hadn't noticed before: sshd[32008]: error: Received disconnect from x.x.x.x: 3: \ com.jcraft.jsch.JSchException: Auth fail [preauth] I was kinda puzzled why sshd would emit some JCraft[0] messages and the best explanation I found was this Serverfault[1] answer, quoting a snippet from packet.c:1965
2015 Sep 21
2
CentOS6 - Break in attempt? What is the Exploit?
This morning's log review revealed this sshd log entry on one of our web services hosts: Received disconnect: 11: disconnected by user : 2 Time(s) 3: com.jcraft.jsch.JSchException: reject HostKey: 216.185.71.170 : 1 Time(s) The IP address used is that of a public facing database query page for our freight transit information. It is itself a virtual IP address hosted on the system
2015 Sep 21
0
CentOS6 - Break in attempt? What is the Exploit?
well. sounds like some automatic deploytment tool? error ip ip address or other configuration failure? http://stackoverflow.com/questions/6356212/ant-scp-task-failure -- Eero 2015-09-21 11:29 GMT+03:00 James B. Byrne <byrnejb at harte-lyne.ca>: > This morning's log review revealed this sshd log entry on one of our > web services hosts: > > Received disconnect: >
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
Report by Eric Lindblad 10-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 interix Yesterday I compiled cppunit-1.12.1 on the Interix g++ (3.3) compiler. xapian Subsequent to disabling the remote backend which caused gmake to skip over the /net/tcpclient.cc:77 error, resulting in xapian libs' compile, today I disabled the
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Report by Eric Lindblad 28-08-2015 http://www.ericlindblad.blogspot.com As of Windows 8.1 MS has discontinued enabling for Interix, so perhaps there is little or no interest in this e-mail's subject matter. NB: As far as possible languages for xapian-bindings I only have be able to compile earlier versions of Tcl with a static library on Interix 3.5, Perl versions fail 'make check',
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
Question by Eric Lindblad 05-09-2015 http://www.ericlindblad.blogspot.com I would enquire if anyone has an opinion on whether it might be a possibility that adding the following #ifdef in certain xapian-core-1.2.21 /common and/or /backends files following the string #include <sys/types.h> might move closer towards resolution the 'ambiguous overload' issue. +#ifdef __INTERIX +#
2018 Feb 21
4
Is there socksify script for dynamics forwardings to unix domain sockets?
Am Di, 20. Feb 2018, 23:13:16 -0800 schrieb Dan Kaminsky: > Date: Tue, 20 Feb 2018 23:13:16 -0800 > From: Dan Kaminsky <dan at doxpara.com> > To: J? Fahlke <jorrit at jorrit.de> > Cc: openssh-unix-dev at mindrot.org > Subject: Re: Is there socksify script for dynamics forwardings to unix > domain sockets? > > Whoa. That's pretty cool. > >
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2004 Oct 04
0
relaying http://mirror.fluendo.com:8800/
Hi all, Thanks to Fluendo test stream at http://mirror.fluendo.com:8800/, I have done some quick hacks on my streaming server JRoar (http://www.jcraft.com/jroar/) and, now it can relay OggTheora streams. If you are interested in it, you can try http://jroar.jcraft.com:8800/test.ogg If you are interested in relaying OggTheora streams by yourself, try following steps, 1. download
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer.php # This signed applet is signed
2008 Nov 20
1
Possibility of implementing signal support from post in 2003?
Hi, Back in 2003 the developer of JSch, a Java SSH2 implementation, posted a thread regarding support for sending signals to remote processes here: http://marc.info/?l=openssh-unix-dev&m=104295745607575&w=2 The thread culminated in a patch provided by Markus Friedl, which Atsuhiko Yamanaka tested and reported as working (unofficially), which added support for this capability in the
2011 Nov 14
1
Is there a documentation of the key file formats?
Hello, part of a usual OpenSSH installation are quite some files containing key material, like private keys (id_rsa, id_dsa, id_ecdsa) and the corresponding public keys (id_rsa.pub, id_dsa.pub, id_ecdsa.pub). Inspired by a recent question on Stack Overflow [1], I had a look at the OpenSSH documentation to see what format these key files have. The sshd man page [2] contains some paragraphs about
2002 Jan 24
0
Ogg streams from JRoar for testing.
Hi folks, I'm developing ogg streaming server JRoar(http://www.jcraft.com/jroar/). At present, two JRoars are running at following URLs, * http://ogg.radiostudio.org:8000/ * http://61.207.105.109:8000/ and you will find some streams on them. If you have ogg vorbis player, please try them. The newest source code is available at http://www.jcraft.com/jroar/jroar-0.0.5-pre8.zip JRoar has
2013 May 24
1
Utility to scan for unpassworded SSH privkeys?
I like to retain some semblance of optimism for humanity, and so I'm just going to hope that this assertion is false. I have to hope that there is at least a large minority of people who correctly use ssh-agent for the suppression of password prompting, and protect their private keys with passwords.? -------- Original message -------- From: Dan Kaminsky <dan at doxpara.com> Date:
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet
2000 Aug 08
0
pure Java Ogg Vorbis decoder
Hi there, I have develope pure Java Ogg Vorbis decoder and its working version is now available at http://www.jcraft.com/jorbis/ . Of course, it is under LGPL. I think that the ubiquitousness of Vorbis decoder will leverage the popurality of Ogg Vorbis. Current version can decode Ogg Vorbis bitstreams, but its outputs are extremely noisy and more works must be done. I'm very happy if I
2015 Mar 25
3
FYI: SSH1 now disabled at compile-time by default
On Tue, Mar 24, 2015 at 10:37 PM, Dan Kaminsky <dan at doxpara.com> wrote: > On Tuesday, March 24, 2015, Damien Miller <djm at mindrot.org> wrote: > >> On Tue, 24 Mar 2015, Dan Kaminsky wrote: >> >> > Hmm. Feels a little aggressive for ssh client. Support heartily for >> sshd. >> >> People who need it can build their own, or OS vendors
2006 Jan 10
1
eclipse 3.1 rpm for centos
On Mon, 2006-01-09 at 14:29 +0100, Jean Lee wrote: > Hi all, Please start a new thread with a new message rather than hijacking an existing one with a reply/change-subject. > Does anybody knows where I can found an eclipse 3.1 package for Centos ? Doesn't seem likely. I had a crack at rebuilding the latest FC4 package from source and the build-dep requirements seem daunting...
2019 Jun 09
2
OpenSSH forcing the signature to SHA1.
Hello folks, I am new here, so please be gentle :), and any help will be appreciated. Essentially what I am trying to do is, to use Jsch ( the java implementation of SSH client). it has support for Public key based authentication. Since there is a requirement for FIPS enablement, we are trying to use the Algorithm SHA256withRSA, instead of SHA1withRSA. When the code tries to verify the