similar to: Open SSL connection to HTTPS?

Displaying 20 results from an estimated 1000 matches similar to: "Open SSL connection to HTTPS?"

2001 Dec 27
2
sftp-server and chroot
Hi, It's a shame that the sshd/sftp-server programs do not support chroot and sftp-only users. As far as I can tell, there's a patch availble that modifies OpenSSH to chroot() based on a specific entry in /etc/passwd. Since, I personally, do not enjoy applying unofficial patches to released programs, I was looking for an alternative but found none. I've written a small sample
2001 Oct 24
1
Config file semantics change intentional?
In 2.3.0, the per-user config file was read before the system-wide config file, so options set in ~/.ssh/config took precedence over system-wide defaults. In 2.9.9, the system-wide file seems to be read first, contrary to the man page (cf. ssh.c ll. 631-632). It seems to me that the old behaviour made more sense. (I discovered the change because I could not override a "ForwardX11"
2015 Mar 27
2
Weird issue - STATUS_DISK_FULL
Thanks David. It's a brand new array but I've double checked and there's not much space used and plenty free. -----Original Message----- From: David Disseldorp [mailto:ddiss at suse.de] Sent: 27 March 2015 16:11 To: Ciaran Scolard Cc: 'samba at lists.samba.org' Subject: Re: [Samba] Weird issue - STATUS_DISK_FULL Hi Ciaran, On Fri, 27 Mar 2015 15:35:12 +0000, Ciaran
2002 Jan 25
1
bug in readconf.c
Hi, there is a tiny bug in readconf.c: options->use_privileged_port is always set to 0 regardless of whether -P is specified or not. This has the effect that RhostsAuthentication is disabled even if "RhostsAuthentication yes" is specified. The (trivial) patch is appended below. Martin ======================================================================== Martin Siegert Academic
2002 Dec 10
1
Problem with Openssh3.5
Hello I have compiled Openssh3.5 on Solaris 2.6 It works well on 2.6, 2.7 and solaris 8 but on solaris 8 it try to log in /var/adm/wtmp file and it dose not exist. What can I do to fix this. Read something about "build sol" insted of "configure"....but where do i find information about this command (build sol). Mail me on: daniel.d.olsson at telia.se Thanks
2001 Oct 30
1
[PATCH] for solaris 2.6
I didn't see this one applied to the repository yet. It may not be the best patch possible... basic problem is that _LARGEFILE64_SOURCE needs to be defined on Solaris 2.6 if AC_SYS_LARGEFILE ends up doing a '#define _FILE_OFFSET_BITS 64' If _FILE_OFFSET_BITS == 64, then <sys/resource.h> will define a 'struct rlimit64' but NOT define a 'struct rlimit' leading to
2001 Oct 21
5
Scheduled Ogg streams for testing
Well we're testing scheduled Ogg streaming, but it would be nice to test with an audience bigger then me and a few irc users, so I thought I'd drop a note to the list. http://support.bbc.co.uk/oggstreams.shtml This will contain any scheduled tests to come and anything currently being streamed. For scheduled stuff, only things we're given permission to do by producers can go on
2002 Oct 11
2
[Bug 413] New: Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413 Summary: Port forwarding: [localhost:]localport:remotehost:remoteport Product: Portable OpenSSH Version: older versions Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo:
2015 Mar 28
1
Weird issue - STATUS_DISK_FULL
uname -a Linux localhost.localdomain 3.19.1-1.el7.elrepo.x86_64 #1 SMP Sat Mar 7 13:55:36 EST 2015 x86_64 x86_64 x86_64 GNU/Linux rpm -qa | grep -i samb samba-4.1.1-38.el7_0.x86_64 samba-common-4.1.1-38.el7_0.x86_64 samba-libs-4.1.1-38.el7_0.x86_64 Local I/O appears to be unaffected. btrfs balance start was run prior to the copy attempt. -----Original Message----- From: David Disseldorp
2004 Aug 06
1
yet another test stream / Icecast2 segfault
Sgrifennodd Jack Moffitt: > > Also, icecast 2 has been pretty stable for the BBC. Uptimes of several > weeks. And that would only have been to upgrade it. It's not being hit very hard tho - come on people, hammer it! http://support.bbc.co.uk/ogg/ ..ciaran -- Ciaran Anscomb, BBC Internet Services "Nobody loves me like I do - Not even you" --- >8 ---- List archives:
2001 Nov 16
4
passphrase quality
>No. ssh-keygen should never be pamifed. It is worthless to do so. > >If we are going to enforce passphrase quality it should be for all OSes. >The world does not revolve around Linux. No matter what the press may >think. The Linux community didn't invent PAM, Sun did. Many more systems than Linux have PAM, Solaris, HP-UX some BSDs for a start. Having said that I agree with
2000 Sep 13
3
Hacking up streaming - we want to
Hi, We would like to stream some of our content as OGG Vorbis. We've currently managed to hack liveice and icecast to stream over HTTP and play that with ogg123. But from reading the dev list, I see that's also been done here, probably in a more elegant way - can anyone point me at the right place to see the current state of this? For now we'll probably just be doing this
2001 Nov 15
1
X11 cookies and forwarding (fwd)
On Thu, 15 Nov 2001, Dan Astoorian wrote: > Date: Thu, 15 Nov 2001 16:09:20 -0500 > From: Dan Astoorian <djast at cs.toronto.edu> > To: Ed Phillips <ed at UDel.Edu> > Subject: Re: X11 cookies and forwarding > > On Thu, 15 Nov 2001 15:46:22 EST, Ed Phillips writes: > > I'm guess I wasn't following the whole cookies discussion completely > >
2000 Nov 08
1
openssh-2.3.0p1 bug: vsprintf("%h") is broken
I discovered this in openssh-2.3.0p1; it may affect earlier versions as well. Platforms: Solaris 2.5.1 and 8, probably others. Observed behaviour: With -v, when attempting to connect to a host which is not listening on the requested port, I noticed that the port number is reported as zero in the message: Secure connection to hostname on port 0 refused. Apparent cause: At line
2008 May 11
1
Finding unmatched data between two dataframe using several factors
Hi R users I am trying to find unmatched data from two dataframes. I would like to find unmatched data based on several factors. For the following data: dat1 <- data.frame(x = paste("A", 1:6, sep=""), y = c("andy","bob","ciaran","dan", "eion", "fred")) dat1 dat2
2002 May 22
2
chrooting/jailing transfer-only accounts
Folks, I've been tasked to find a solution that will create file-transfer-only accounts that are jailed or chrooted to a specific directory. (Not an uncommon task, I think.) Using the OpenSSH server and the OpenSSH scp client program, I can achieve the goal of having a file transfer only account jailed to a specified directory, by using the "scpjail" script (attached) as a
2012 Mar 13
1
Writing a .pdf file within a function - what do I need to return()?
I am trying to write a function that generates one PDf containing plots from several .csv files within a directory. When I manually execute the code it seems to work, but not when it is a function. I think I need to return() something, but haven't had much luck figuring out what/how. plot.isi<-function(csv.path="~/project/csv by cell") { csv.files<-grep('.csv',
2001 Sep 15
1
Last Night of the Proms
This is NOT official, and NOT supported, but as the proms are a free to all event, I thought I'd set up an Ogg stream for anyone that's around today and wants to listen in. The traditional last night music has been replaced in recognition of the events of the last few days. http://dev5.kw.bbc.co.uk:8001/proms.ogg 'til 1045 BST, but beware it's 128kbit. There are various
2001 Sep 28
3
OpenSSH (portable) and entropy gathering
On Thu, 27 Sep 2001 20:41:05 EDT, Damien Miller writes: > On Thu, 27 Sep 2001, Dan Astoorian wrote: > > > > > It would (IMHO) be useful if there were a way to optionally configure > > that code to fall back to the internal entropy gathering routines in the > > event that EGD was not available; as it is, the routines simply fail if > > EGD is unavailable at the
2016 Jul 07
19
[Bug 96836] New: Kernel unaligned access at TPC[105d9fb4] nvkm_instobj_wr32+0x14/0x20
https://bugs.freedesktop.org/show_bug.cgi?id=96836 Bug ID: 96836 Summary: Kernel unaligned access at TPC[105d9fb4] nvkm_instobj_wr32+0x14/0x20 [nouveau] Product: xorg Version: unspecified Hardware: SPARC OS: Linux (All) Status: NEW Severity: normal Priority: medium