Displaying 20 results from an estimated 10000 matches similar to: "Converting old F-Secur SSH-keys"
2007 Dec 13
2
SOLVED: failed to create ldlinux.sys
I have been having problems with syslinux not working on one system. The
error message was "failed to create ldlinux.sys". I checked and mcopy
was installed. But upon further investigation I finally found the
problem. I were starting syslinux for python (2.4) and in the python
code I made it ignore SIGNCHLD. It turns out that this signal state was
inherited by syslinux and it made
2007 Oct 30
2
Patch: open port forwards from slave
We run ssh from a program and needed to add port-forwards dynamically.
The ~C method turns out to be very cumbersome to use since it reads from
/dev/tty. But then I came to think of the master/slave functionality
(which we already used) which seemed a perfect place for this
functionality. Unfortunately it turned out not to be possible to set up
new port forwards in a slave.
So I patched openssh
2000 Jun 28
2
F-secure -> Openssh Compatibility
On Tue, 27 Jun 2000, W. Scott Wilburn wrote:
> We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
> connect to a server running Openssh 2.1.1 on Red Hat 6.2.
>
> I believe that the problem is a bug with Fsecure, since a 30-day trial
> version of 1.0.2 works fine. I'm a bit reluctant to tell all the Mac users
> they have to spend money to upgrade,
2005 Sep 08
0
Blocking the password-guessing bots
Recently I grew tired of the repeated ssh brute-force scanning bots so I
implemented a blocking algorithm in our version of OpenSSH. My goal was
to find an algorithm which could block most of the brute-force attempts
while being simple to implement and not rely on any external software.
The algorithm I came up with is that login attempts are blocked if there
has been X failed, and no successful,
2008 Feb 14
3
ssh_exchange_identification: Connection closed by remote host
Hi,
I'm getting this error when I ssh to the servers.
ssh_exchange_identification: Connection closed by remote host
I added /etc/hosts.allow and it actually worked once and if I tried again I get the same error.
OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Rhosts Authentication disabled,
2002 Nov 22
1
forwarding to a wider audience - KbdInteractiveDevices???
Could someone provide a description of the config setting
KbdInteractiveDevices
And how it would be used.
There is no mention of this here:
http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&arch=&apropos=0&manpath=OpenBSD+Current
And a quick glance of the source doesn't seem to reveal much.
Thanks in advance,
scott
2003 Jan 06
2
certificate in openssh
hi,
we have been looking for ways to implement digital certificate authentication
in openssh. Pointers to similar kind of ongoing work will be more
appreciated. Thanks.
2009 Feb 06
3
Hung connection over Juniper Tunnel
Hello list!
So I recently reconfigured our office network to allow a permanent VPN
connection to our data center. This consists of a Juniper SSG-520
connected via a tunnel to a Juniper Netscreen-25 over a 100M leased
NTT VPN (yes I'm tunneling over the VPN as it's the only way to make
it routable.) Here is where OpenSSH come in. When I try and ssh to a
machine on the other end
2003 Apr 28
4
SFTP in Java
Hi,
I have to implement SFTP using a Java program.
I am looking for a package that implements a SFTP Client(preferably with
sample code on usage). I need this in order to do SFTP file upload from my
Java program.
Any help would be appreciated. Thanks in advance.
Regards,
Preetha.
2003 Jan 05
6
SSH v3 specs?
Has any thought toward a v3 protocol spec been discussed
elsewhere, and if so what enhancements are being looked
at. Is it too early to consider such things, or should we
open the door to the new features a protocol update would
bring?
More specifically I have been investigating working toward
a more enterprise-friendly hierichical authentication
scheme, but I have quickly realized the
2024 Jan 22
1
How to determine which cipher was used to encrypt OpenSSH private keys
Hi,
looking through the key specification, you can see that its the second
field in the key file:
https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key#L11
It looks like there is no convenient way to get this information with
openssh cli, but given that the file format is just base64 encoded,
you can read it out with something like this:
$ cat /tmp/rsa | head -n -1 | tail -n +2 |
2008 Dec 13
2
Need Help in converting php encryption decryption code to ruby on rails
Hi guys i found this encryption decryption in php and try to convert
it in rails but i am unable to successfully convert it. So plz help
me. I you write the whole conversion code then it will be great.
PHP code is like this
================
#
#/**********************************************
#**
#** MD5 block cypher
#**
#** Author..: leapinglangoor [
2008 Aug 13
1
Encoding SSH RSA public key
Hello,
I'm trying to build a valid public ssh v2 RSA key from a java
application but I have some problems understanding how the two numbers
(e and n) are base64 encoded into ~/.ssh/id_rsa.pub or
~/.ssh/authorized_keys2 file.
My question is what exactly is encoded into the base64 string? For
example for this public key:
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6p76zG+8aOkFZT1y4O+Y7n
2008 Sep 17
2
RCurl compilation error on ubuntu hardy
Dear list members,
I encountered this problem and the solution pointed out in a previous
thread did not work for me.
(e.g. install.packages("RCurl", repos = "http://www.omegahat.org/R")
I work with Ubuntu Hardy, and installed R 2.6.2 via apt-get.
I really need RCurl in order to use biomaRt ... any help would be
greatly appreciated.
Best wishes,
Emmanuel
2010 Dec 03
1
Problem installing RCurl
I have 64-bit R 2 12 0 installed on Solaris 10 of Sun Sparc. When I tried to install RCurl, it failed with the following lines,
...............
Version has CURLOPT_SSL_SESSIONID_CACHE
libcurl version: libcurl 7.19.6
configure: creating ./config.status
config.status: creating src/Makevars
** libs
cc -xc99 -m64 -xarch=sparcvis2 -I/apps/sparcv9/R-2.12.0/lib/R/include -I/opt/csw/include
2005 Mar 26
3
Convert keys (OpenSSL to OpenSSH)
Hello,
I would like to use Public Key authentication with OpenSSH. I am trying to use a
public / private key set created using CA.pl. http://www.openssl.org/docs/apps/CA.pl.html
I am not sure but I think my OpenSSL keys will not work until some conversion takes place.
I was able to get them working between Windows (Putty.EXE) and my SSHD server but
PuttyGen.EXE converted the public keys
2019 Aug 26
1
User found but password failure
On Mon, Aug 26, 2019 at 4:36 PM Joseph Tam via dovecot
<dovecot at dovecot.org> wrote:
>
> On Sun, 25 Aug 2019, Mauricio Tavares wrote:
>
> > Per [1] I decided to see what the response (base64-reply) I am
> > submitting to dovecot looks like:
> >
> > echo 'base64-reply' | base64 -d
> > raub at example.compassword
>
> I think there's a
2019 Aug 26
4
User found but password failure
Trying to figure out which step is causing me not to be able to
login. I am using a password file,
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the password I will be using to login below. I
crank the debugging mode,
auth_debug_passwords = yes
2012 Feb 10
3
problem subsetting data frame with variable instead of constant
Hello,
I've encountered a very weird issue with the method subset(), or maybe this
is something I don't know about said method that when you're subsetting
based on the columns of a data frame you can only use constants (0.1, 2.3,
2.2) instead of variables?
Here's a look at my data frame called 'ea.cad.pwr':
*>ea.ca.pwr[1:5,]
MAF OR POWER
1 0.02 0.01 0.9999
2 0.02
2007 Mar 08
1
RubyRails ActiveRecord base64 encode/decode of binary data
Hi,
I have binary images stored in a table which I wish to encode/decode with
base64 before reading into html object:
<object data="data:image/foo;base64, ..base64 data.." />.
How can I do this in RubyRails?
--
Regards
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: