search for: libssh

Displaying 20 results from an estimated 300 matches for "libssh".

Did you mean: libssl
2014 Apr 18
2
[Bug 2232] New: curve25519-sha256@libssh.org Signature Failures When 'ssh' Used with Dropbear, libssh Servers
https://bugzilla.mindrot.org/show_bug.cgi?id=2232 Bug ID: 2232 Summary: curve25519-sha256 at libssh.org Signature Failures When 'ssh' Used with Dropbear, libssh Servers Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component...
2013 Nov 02
3
[PATCH] curve25519-sha256@libssh.org key exchange proposal
It should be compatible with the original patch. However I think that the shared secret should be encoded as a string, too. What does libssh do? > Am 02.11.2013 um 05:46 schrieb Damien Miller <djm at mindrot.org>: > >> On Fri, 1 Nov 2013, Markus Friedl wrote: >> >> Here are three versions (patch against openbsd cvs) >> >> 1) repace nacl w/libsodium, so i could test >> 2) curve25519-d...
2004 Feb 11
0
Makefile.in: progressmeter.o has moved to libssh
Since progressmeter.o has moved to libssh, we don't need to explicitly link it into scp and sftp any longer. Index: Makefile.in =================================================================== RCS file: /cvs/openssh/Makefile.in,v retrieving revision 1.255 diff -u -r1.255 Makefile.in --- Makefile.in 10 Feb 2004 02:01:14 -0000 1.255...
2001 Oct 07
3
Using -lssh as shared library
...interest, as long as I maintain 100+ unix (linux) servers with dialup access and every package update cost some significant time to download, so package size is somewhat important here. I looked to openssh and realized that package consists of several programs, all uses common set of routines from libssh and libopenbsd-compat. So I thought about building those libs as shared objects, instead of linking those routines statically into every program. After some minor tweaks, I successefully did that, saving about 1/3 of total package size (3 rpms -- openssh, openssh-server and openssh-clients -- was...
2006 May 09
1
xmalloc symbol in libssh
Hi list, (Please Cc: me in your replies because I'm not subscribed to this list.) While trying to build lukemftpd staticaly on FreeBSD, I got a link-time error. Libssh.a indeed provides the "xmalloc" symbol (I suppose there are more). I wonder if this is whether intentional or not. It is a very common function name, and I think it would be worth renaming it to something like ssh_xmalloc() or openssh_xmalloc(). I can provide a patch on request. %%% %...
2016 Jan 19
2
OpenSSH portability & buildsystem fixes
...diff --git a/Makefile.in b/Makefile.in index 9e32641..a020463 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,6 @@ piddir=@piddir@ srcdir=@srcdir@ top_srcdir=@top_srcdir@ -DESTDIR= VPATH=@srcdir@ SSH_PROGRAM=@bindir@/ssh ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass @@ -163,41 +162,41 @@ libssh.a: $(LIBSSH_OBJS) $(RANLIB) $@ ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS) - $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(SSHLIBS) $(LIBS) $(GSSLIBS) + $(CC) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(SSHLIBS) $(LIBS) $(GSSLIBS) sshd$(EXEEXT): libssh.a $(LIBCOMPAT...
2011 Jan 31
1
Openssh 5.7p1
...RE ERROR: Symbol C_BSTAT (entry 1301) in object roaming_client.o: The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored. ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 2930) in object ./libssh.a[channels.o]: The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored. ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 710) in object ./libssh.a[cipher-acss.o]: The symbol refers...
2011 Feb 11
1
Compilation error: SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object clientloop.o
...ERROR: Symbol C_BSTAT (entry 1116) in object roaming_client.o: The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored. ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 3393) in object ./libssh.a[channels.o]: The symbol refers to a csect with symbol number 0, which was not found. The new symbol cannot be associated with a csect and is being ignored. ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 683) in object ./libssh.a[cipher-acss.o]: The symbol refers...
2013 Sep 24
2
Multiple keys/methods per key exchange (e.g. multi-md5-sha1-md4@libssh.org) Re: [PATCH] curve25519-sha256@libssh.org key exchange proposal
...protection against weaknesses in either of the hash sum methods - All algorithms can be executed in parallel (either different CPUs or different crypto engines) Note that the whole thing is not limited to two keys/methods, in theory there could be something like "multi-md5-sha1-md4-sha256 at libssh.org" to use md5, sha1, md4 and sha256 hash sums. Question is now... how mad/bad is the idea ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797...
2013 Nov 02
0
[PATCH] curve25519-sha256@libssh.org key exchange proposal
if I understand http://git.libssh.org/projects/libssh.git/commit/?id=4cb6afcbd43ab503d4c3d3054b96a1492605ea8d correctly, then the shared secret is encoded as a bignum, probably because the rest of the code assumes it's a bignum (e.g. for key derivation, etc). however, the DH public keys are always encoded as strings (both in my...
2007 Feb 16
1
SFTP Library : IPv6 Address
Dear Respected one, Does the SFTP client/server, provided as the part of the libssh, support IPv6 addresses ? I have downloaded the libssh and still working on the seperation of sftp out of libssh. If any body has information about SFTP supporting IPv6 addresses, please inform me. Thanks & Regards, Deepak D
2002 Mar 10
1
libssh
...nd documentation for an sshlib to use for developing this portion of my program. Sorry if i'm sending this email to the wrong place, i couldn't find a direct email to anyone at openssh and i thought the user list wasn't what i was looking for. Does anyone know of any documentation for libssh? From looking through the openssh code, it seemed that i might have to write my own based of libssl using some of the openssh code as an example. If there is already something that i could use, then i'd much rather do that =). Any direction or help would be great, thanks. --dain
2001 Jul 27
0
openssh-2.9p2 compilation on LynxOS
...-lpcre -lcrypto collect2: ld returned 1 exit status sshconnect.o: In function `ssh_connect': /openssh/openssh-2.9p2/sshconnect.c(207): undefined reference to `getservbynareadconf.o: In function `parse_token': /openssh/openssh-2.9p2/readconf.c(235): undefined reference to `strcasecmp' ./libssh.a(log.o): In function `log_facility_number': /openssh/openssh-2.9p2/log.c(97): undefined reference to `strcasecmp' ./libssh.a(log.o): In function `log_level_number': /openssh/openssh-2.9p2/log.c(108): undefined reference to `strcasecmp' ./libssh.a(log.o): In function `do_log': /...
2014 Apr 18
3
[Bug 2233] New: curve25519-sha256@libssh.org Signature Failures When 'sshd' Used with Dropbear Clients
https://bugzilla.mindrot.org/show_bug.cgi?id=2233 Bug ID: 2233 Summary: curve25519-sha256 at libssh.org Signature Failures When 'sshd' Used with Dropbear Clients Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: sshd...
2019 Mar 06
2
[PATCH nbdkit] Add ssh plugin using libssh.
This adds a simple plugin using libssh (not libssh2). The intended use for this is with virt-v2v when sourcing guests from VMware over SSH. We've had several years of problems getting our libssh-based driver into qemu. By putting it into nbdkit instead we can bypass that. However this also lets us combine ssh access with filters,...
2019 Mar 06
2
Re: [PATCH nbdkit] Add ssh plugin using libssh.
...upply a password, as long as you set the permissions on the file > +appropriately. these? Is it also worth a way to read the password over an inherited file descriptor (including a pipe)? > +=head1 AUTHORS > + > +Richard W.M. Jones > + > +Parts derived from Pino Toscano’s qemu libssh driver. Is that a compatible license? Or I guess another way of wording it - what is the license of libssh itself? The resulting ssh plugin may already require a stronger license than what nbdkit proper allows, but the license of the .so plugin being stronger than the license of the .c files does...
2017 Mar 20
2
API/ABI changes review for OpenSSH
Hello, Here is the review of API/ABI changes for OpenSSH since 5.4p1 version: https://abi-laboratory.pro/tracker/timeline/openssh/ The report is updated 3 times a week. Hope it will be helpful for users and maintainers of the library. Created with the help of open-source abi-tracker tool: https://github.com/lvc/abi-tracker Thank you.
2019 Mar 06
1
Re: [PATCH nbdkit] Add ssh plugin using libssh.
On 3/6/19 10:05 AM, Richard W.M. Jones wrote: > On Wed, Mar 06, 2019 at 09:59:33AM -0600, Eric Blake wrote: >> On 3/6/19 9:40 AM, Richard W.M. Jones wrote: >>> +Parts derived from Pino Toscano’s qemu libssh driver. >> >> Is that a compatible license? Or I guess another way of wording it - >> what is the license of libssh itself? The resulting ssh plugin may >> already require a stronger license than what nbdkit proper allows, but >> the license of the .so plugin being str...
2010 Apr 14
7
[Bug 1756] New: 5.4p1 fails to build on SuSE 10 64bit with openssl/1.0.0 due to missing -L flag
...d to all gcc calls and compilation then fails with make[1]: Leaving directory `/local/scratch/openssh-5.4p1/openbsd-compat' gcc -o ssh-add ssh-add.o -L. -Lopenbsd-compat/ -L/app/openssl/1.0.0/LMWP2 -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -ldl -lutil -lz -lnsl -lcrypt -lresolv ./libssh.a(cipher.o): In function `cipher_set_keyiv': /local/scratch/openssh-5.4p1/cipher.c:377: undefined reference to `EVP_CIPHER_CTX_iv_length' ./libssh.a(cipher.o): In function `cipher_get_keyiv': /local/scratch/openssh-5.4p1/cipher.c:343: undefined reference to `EVP_CIPHER_CTX_iv_length'...
2019 Mar 06
0
[PATCH nbdkit] Add ssh plugin using libssh.
...is is the default local SSH config file which is read to get other +options. You can change this using the C<config> option. + +=back + +=head1 SEE ALSO + +L<nbdkit(1)>, +L<nbdkit-curl-plugin(1)>, +L<nbdkit-plugin(3)>, +L<ssh(1)>, +L<ssh-agent(1)>, +L<https://libssh.org>. + +=head1 AUTHORS + +Richard W.M. Jones + +Parts derived from Pino Toscano’s qemu libssh driver. + +=head1 COPYRIGHT + +Copyright (C) 2014-2019 Red Hat Inc. diff --git a/configure.ac b/configure.ac index 467d48f..748e5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -630,6 +630,21 @@ AS_...