Displaying 20 results from an estimated 30000 matches similar to: "openssh customization"
2004 Jul 20
1
Winbind on AIX
Deal all,
I'd like to use winbind capabilities on AIX servers (AIX 4.3.3 and AIX
5.2). In particular, I'd like to define share access based on NT group.
I think I've successfully setup my Samba suite, I've entered my AIX box
in my NT domain and playing with wbinfo (-t, or -a user%passwd) works
fine.
As told in the documentation, I've copied the WINBIND module under
2004 Aug 06
1
Java bindings
Hi,
I have writen a simple JNI wrapper for speex so i could use it from Java, so far i managed to record from a raw pcm file and from the javasound inputLine and to decode the output in narrowband CBR mode and play it back still using javasound.
And it sounds quite good.
I haven't tried anything else because my project has no use for wideband and ultra wideband.
VBR would be nice but i have
2002 May 20
0
OpenSSH AIX installp images
AIX is now shipping OpenSSH on the AIX 5L Bonus Pack CD
in SMIT/installp format.  The 2.9.9.p2 version shipped contains all
of the latest security fixes.  We made some modifications to
add National Language Support.
The images are also available from:
oss.software.ibm.com/developerworks/projects/opensshi
The NLS patch is available from:
oss.software/ibm.com/developerworks/projects/openssh
-- 
2015 Aug 11
0
Announce: OpenSSH 7.0 released
OpenSSH 7.0 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2001 Jan 19
1
OPENSSH
Hello!
I'm from Russia and have a one question about openssh:
I killed .ssh directory on client and server, then my ssh -2 become to use
my passwd file. It is fine, but
does openssh use cryptography methods, when it logins with password
(etc/passwd) method, if I don't wont to use key files(DSA)?
Best Regardes, Artem
2003 Mar 17
1
Changes to OpenSSH for NetWare
I have attached a diff file with the changes to existing OpenSSH source
files to 
accomodate the NetWare platform.  All changes are #ifdef wrapped using
one in 
one of the following defines:
HAVE_NETWARE	- Building for NetWare
USE_EDIR	- Using eDirectory(TM) for authentication.
NICI		- Using Novell International Cryptography Infrastructure
(NICI)
I have successfully built the OpenSSH-3.5p1
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
I hate following up to myself, but
I thought a clarification of one
point (specifically WRT RC5 which
was mentioned in the original question)
might be worthwhile...because what
I should have said originally was
that "To the best of my non-legally-
admissible knowledge, however, none
of the algorithms in the current
 *OpenSSH* implementation are currently
encumbered by patents that would
2015 Aug 11
2
Announce: OpenSSH 7.0 released
OpenSSH 7.0 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2004 Jun 23
4
Call generator
Hello,
Has someone know a good call generator for asterisk including SIP protocol
(freeware if possible)?
I need to stress a plateform and I don't find any.
Thanks by advance.
2013 Aug 26
0
Call For Papers : International Conference on Cryptography and Security / July 2014 - Bangkok/
Appologies if you received multiple copies.
Please consider to contribute and encourage your team members and fellow scientists to contribute to the following events.
Thanks for forwarding the information on this Call for Submissions to those potentially interested to submit.
Call for papers
International Conference on Cryptography and Security 2014
18-20 July 2014
Holiday Inn Silom, Bangkok,
2015 Jan 06
2
RE: Fwd: [Cryptography] Why aren’t we using SSH for everything?
Damien,
What is the best document to use for documentation on SFTP?  In other words, if I want to build an SFTP client library based on libssh.a, is there documentation about the series of messages I need to send over the wire?
Thanks,
ScottN
-----Original Message-----
From: openssh-unix-dev [mailto:openssh-unix-dev-bounces+scott_n=xypro.com at mindrot.org] On Behalf Of Damien Miller
Sent:
2016 Aug 06
2
Broken package
CentoOS 7 python-cryptography package is at version 0.8.2
It has a build-requires for python-cryptography-vectors of the same 
version (but different source tarball apparently)
There is no python-cryptography-vectors in CentOS 7 base or updates.
There is one in EPEL but it is version 0.8
-=-
If you relax the BuildRequires to just require 
python-cryptography-vectors then the build fails
2013 Dec 04
1
samba4.1.2: Allow cryptography algorithms compatible with Windows NT 4.0
Hi all,
while fiddling with VmWare View without being able to join windows7
client to samba4 domain, we stumbled on the following article:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1028164
which says, should we run MS Windows 2008R2 AD, we should enable the
"Allow cryptography algorithms compatible with Windows NT 4.0"
2015 Jan 05
2
Fwd: [Cryptography] Why aren’t we using SSH for everything?
There were a few notes in this thread that may indicate
open areas for development. I forward merely as FYI.
http://www.metzdowd.com/pipermail/cryptography/2015-January/024231.html
---------- Forwarded message ----------
From: Peter Gutmann <pgut001 at cs.auckland.ac.nz>
Date: Sun, Jan 4, 2015 at 9:29 PM
Subject: Re: [Cryptography] Why aren?t we using SSH for everything?
To: calestyo at
2015 Jan 26
3
[LLVMdev] Backend optimizations
Hi,
I'm writting an intrinsics for the X86 plateform that replace every
'call' instruction by a 'push ret_addr' followed by a 'jmp func_addr'.
I'm doing this in the X86ISelLowering class with a custom inserter.
So if I have something like this:
0x0 call foobar
0x1 ...
the call will be replaced like this:
0x0 push 0x2
0x1 jmp foobar_addr
0x2 ...
This works fine
2000 Feb 08
0
Bug report and PATCH in ssh-agent in openssh 1.2.2
Dear folks,
system: RH 6.1 Linux on a PIII
software: installed binaries resulting from rpm --rebuild
openssh-1.2.2-1.src.rpm, downloaded from
http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files/openssh-1.2.2-1.src.rpm
problem program: ssh-agent
problem description:
When execute
ssh-agent startx -- -bpp 32
ssh-agent does not pass the -bpp 32 to startx.
Why problem exists:
2015 Aug 21
0
Announce: OpenSSH 7.1 released
OpenSSH 7.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2003 May 22
0
Changes to OpenSSH for NetWare
I have attached the diff file with the changes to existing OpenSSH
source files to 
accomodate the NetWare platform.  All changes are #ifdef wrapped using
one in 
one of the following defines:
HAVE_NETWARE	- Building for NetWare
USE_EDIR	- Using eDirectory(TM) for authentication.
NICI		- Using Novell International Cryptography Infrastructure
(NICI)
I have successfully built the OpenSSH-3.5p1
2000 Apr 06
1
status of openssh-2
Hi,
My name is Stefan Mangard and I plan to implement an extension to ssh as a
final project in a cryptography class.
Since I want to use an open source of ssh, I decided to use
the openssh implementation.
I am currently working with openssh-1.2.3, but I'd also like to implement
my extension for protocol 2, I wanted to ask you how far the development
of the implementation of openssh-2 is.
2005 Apr 19
1
timeSeries Date Warning messages: Set timezone to GMT!
Hello, I must be doing something wrong that's very obvious.  But I just 
don't see it.
I changed my Windows Time Zone to GMT and my Financial Center to Montreal.  
But I still get several warnings.
>Sys.timezone()
[1] "GMT Daylight Time"
>myFinCenter
[1] "Montreal"
>Sys.timeDate()
[1] "Montreal"
[1] [2005-04-19 10:55:02]
Warning messages:
1: Set