Displaying 5 results from an estimated 5 matches for "splode".
2016 May 23
3
[Bug 2570] New: ssh-keygen -p will convert openssh-format keyfiles back to pem, improperly?
...Product: Portable OpenSSH
Version: 7.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: friedman+mindrot at splode.com
Created attachment 2816
--> https://bugzilla.mindrot.org/attachment.cgi?id=2816&action=edit
shell session log
OS: Fedora 23 x86_64
In the attached session log, I created an ecdsa key in pem format with
no password. I then use "ssh-keygen -p" to change the password (but
ac...
2007 Mar 20
1
getting ess/emacs to link with a remote instance of R
...on a
remote Unix server. I would like to be able to direct input from my ess
buffer to R (hope I am using the right lingo, I am new to emacs).
The ess manual contains a section describing how to do just that, but a
prerequisite is to install a lisp file ssh.el , which can be found at
ftp://ftp.splode.com/pub/users/friedman/emacs-lisp/ssh .
I have downloaded the file but can nowhere find exactly what directory I
should put the file into and, what, if any, entry I might need to make
in my .emacs file.
One reference says to put the file in the "lisp emacs" directory, but
there are a...
2007 Apr 07
2
command to ensure other command does last longer than 5 seconds
Hi,
I am wondering if there exists a centos command that runs another command
and ensures the second command doesnt take more than x seconds? When x
is given on the command line.
If the second command is not "done" the first command will just kill it
and both exit.
Does such a method or command exist?
I just need to ensure the second command does just continue to run and
run and
2009 Nov 23
1
OOP with Encapsulated Class Definitions
Hi all,
I'm seeking feedback (good, bad or indifferent) in regards to
developing (further) a new class system for R, that uses encapsulated
class definitions (i.e. the method definitions are literally inside
the body of the class definition).
A working (however very rough and poorly tested) system is available
in my R package "oosp" with documentation in the vignette
2002 Mar 20
2
openssh 3.1p1 linking problem
It's recommended that recent versions of openssl be built only as static
libraries because the ABIs are not yet stable (esp. the `engine'
component). However, the library still uses dlopen.
Linking openssh will therefore fail unless linking against -ldl explicitly
along with -lcrypto. It should be harmless to do so when linking
dynamically.
Also, it would be useful if the configure