Re: ***SPAM*** Crear Servidor SSH en JAVA
Sebastian Gurin <sgurin-nLx/x0uvtyR/[email protected]>
| Newsgroups | gmane.comp.java.javaspain |
|---|---|
| Organization | softpoint |
| Message-ID | <[email protected]> |
Hola Humberto. No tengo ni idea de ese software ni del error. Lo que si te sugiero que hagas, como al usar todo proyecto libre es que te bajes los fuentes y los incluyas en tu proyecto. luego, cuando te salten esas excepciones como:
com.sshtools.j2ssh.SshException: Server cannot start because there are
no server host keys available
at aes.SshServer.<init>(SshServer.java:91)
at aes.SshDaemon$1.<init>(SshDaemon.java:105)
at aes.SshDaemon.start(SshDaemon.java:105)
at aes.SshDaemon.main(SshDaemon.java:76)
Puedes ir al archivo y línea indicados en la traza y ver de qué se trata el error o qué te faltó configurar para q funcione. En eclipse al menos basta con hacer click en "SshServer.java:91" y te lleva directo a dónde te saltó la excepción.
un saludo
On Thu, 08 Jan 2009 17:52:11 -0000
"Humberto" <[email protected]> wrote:
> com.sshtools.j2ssh.SshException: Server cannot start because there are
> no server host keys available
> at aes.SshServer.<init>(SshServer.java:91)
> at aes.SshDaemon$1.<init>(SshDaemon.java:105)
> at aes.SshDaemon.start(SshDaemon.java:105)
> at aes.SshDaemon.main(SshDaemon.java:76)
--
Sebastian Gurin <sgurin-nLx/x0uvtyR/[email protected]>