Displaying 20 results from an estimated 1000 matches similar to: "ssh.com and openssh"
2007 May 31
0
Branch 'as' - 8 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c test/trace
libswfdec/swfdec_as_context.c | 20 +
libswfdec/swfdec_as_interpret.c | 9
libswfdec/swfdec_as_string.c | 15 -
libswfdec/swfdec_as_strings.c | 2
libswfdec/swfdec_as_types.c | 2
test/trace/Makefile.am | 28 +
test/trace/isnan-5.swf |binary
2000 Jul 20
3
sftp
Hi,
What is the status on sftp ? People here who are not familiar with "command
line ftp" would like to use the new spiffy graphical sftp provided with
ssh.com new NT client.
As we are planning on replacing all our sshd with openssh, we need sftpd as
well.
Thanks,
Emmanuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 May 30
3
values of bars in barplot
Hi,
I couldn't find how to have the values written on the
top of each bar in a barplot. When using hist(), it is
possible to use labels=T, but this option does not
seem to exist for barplot().
Is there a trick I could use to do that ?
Thanks to all
Luc
2013 May 07
3
Trouble writing authorized_keys2
I''ve got a situation where a manifest fails when writing one particular key
for a user. What I have is a manifest that looks like this:
class my::accounts () {
Ssh_authorized_key {
ensure => present,
type => ssh-dss,
}
Then, after making sure the user, group, and authorized_keys2 file exist:
ssh_authorized_key { "key-name-1":
key
1999 Nov 19
1
solaris compiling woes
Hi,
I have a problem compiling openssh pre 1.12 on solaris 2.5.1 platform with
gnu gcc 2.95.2
u_int32_t is missing somehow and i cannot find any includes which define it.
gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\"
-DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DASKPASS_PROGRAM=\"/usr/local/lib/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c
authfile.c
1999 Nov 26
1
solaris 2.5.1
Hi,
Here's what I get (pre15 with __P(x) x fix) :
ar rv libssh.a
ranlib libssh.a
gcc -o ssh -ldl -lsocket -lnsl -lz -lcrypto -L/usr/local/ssl/lib -lssl
-lcrypto
Undefined first referenced
symbol in file
main
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/crt1.o
ld: fatal: Symbol referencing errors. No output written to ssh
2005 Jan 25
1
Bellster and DTMF
It looks like DTMF codes are not properly transmitted by bellster. For
example, you can try the toll-free number 33800123456, which asks you
to press *. When I tried that yesterday, the connection got dropped.
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam
2006 May 17
2
SIP Min-Expires
I am trying to register my Asterisk server to a SIP server which
doesn't accept an Expires: field smaller than 1800 seconds and
indicates it correctly with a Min-Expires: in an error response when
Asterisk tries to use its default of 120 seconds.
Is Asterisk supposed to honor this field and retry with the proposed
minimum Expires: field? It looks like it doesn't, and I had to change
the
2005 Feb 02
2
Forbidding ZAP interface bridging
I have a problem with ZAP interface bridging in France (FXO
interface): hangup is detected through a busy tone (no polarity
inversion or whatever). When I dial out from a zap line when I receive
an incoming call on another zap line (for example to redirect calls to
my office when I'm not home), caller hangup is not detected because
Asterisk seems to put itself out of the voice path because it
2009 Mar 08
3
question on using keys
I've read man ssh and man ssh-keygen and some howtos and still am not getting what I expect.
I can do ssh john at 192.168.15.3 and login with a password OK.
I want to be able to do that with keys in preparation for running rsync with keys, so I created
a key on router1, the machine I want to ssh from.
routem at router1:~/.ssh$ lla
total 20
drwx------ 2 routem routem 4096 2009-03-08 09:55 .
2003 Jun 24
5
IPv6 CVSUP mirrors?
Hi.
I am looking for an IPv6 capable CVSUP mirror. I found a discussion
from one year ago where it was stated that CVSUP was not IPv6-capable.
Does anyone know if this has changed?
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam
2003 Jul 09
3
OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
Greetings,
I have compiled OpenSSH-3.6.1p2 on SCO 3.2v4.2 and
the following problem occurs:
I am unable to login as root using when strictmode is set to yes.
output of debug:
Failed none for root from 192.168.1.1 port 1199 ssh2
debug1: userauth-request for user root service ssh-connection method
publickey
debug1: attempt 1 failures 1
debug2: input_userauth_request: try method publickey
debug1:
2009 Oct 31
2
authorized_keys command=""
Hello,
as I have read manual, if I use in file authorized_keys option
command="" with some command, no other commands will be permitted. I
have tried it, created authorized_keys2 for root and added there
command="rdiff-backup --server" and after that tried to login. Thit
command was executed, but I was normally able to supply other comand
as root. Can you tell me why?
Thank
2006 Apr 05
3
rsync, ssh and DSA key
hi all
I have generated the key in the source server(10.78.0.107)
ssh-keygen -t dsa -C "root@10.78.0.107"
I have added this key to authorized_keys2 of the destination
server(10.78.0.117)
cat id_dsa.pub >> /root/.ssh/authorized_keys2
but when I execute
rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail
in the destination server I asck me for the password
How to avoid this in
2001 Sep 17
1
making openssh work with chroot()'ed accounts?
I've been trying to get openssh to play nicely with chroot()'ed
accounts (on Red Hat Linux 7.1), but so far, I haven't had much
success.
I can stick this line in /etc/pam.d/sshd:
session required /lib/security/pam_chroot.so debug onerr=fail
For slogin, this works great. But scp and sftp don't apply the
chroot, because they don't invoke do_pam_session().
Even worse, I
2011 May 09
2
backdoor by authorized_keys2 leftovers
Hi devs,
recently I had to replace authorized_keys on several systems to
enforce an access policy change.
I was badly surprised that authorized_keys2(!) was still processed,
which allowed some old keys to enter the systems again, because I
wasn't aware of the file's existance on the server and use by sshd,
since this "backward compatibility" isn't documented, not even a
2008 Jul 14
5
so many problem CENTOS 5.2 with DELL servers????
?I have been installed?CENTOS 5.2 on several DELL servers and have following problems (even?latest patches apply):
?
1. DELL 2650 can NOT boot under?CENTOS 5.2 PAE mode
?
2. DELL R900 can NOT boot under?CENTOS 5.2 PAE mode (inifinite boot loop)
?
3. DELL R900 with 128 GB RAM can only see 15 GB RAM under?CENTOS 5.2 Xen mode
?
Anyone know why?? IS?CENTOS 5.2 certify with DELL server?
?
Does?CENTOS
2014 Apr 01
4
How can I have the same ssh key for dual boot (ssh-keygen)
I use:
ssh-keygen -t rsa
to generate a key file (id_rsa.pub) which I copy into authorized_keys2 on
other machines in order to permit ssh to these machines without being
asked for a password.
The thing is that I have dual boot on this machine: one for fedora and
one for ubuntu. The two key files which were generated on these machine
are different.
Is there a way so that I will have the same key
2010 Apr 10
0
[LLVMdev] VMKit assertion failure
OK, I know why you get that UnsatisfiedLinkError. You have made symlinks of
GNU Classpath libraries with the .so suffix. Since you're on MacOS, you
should do symlinks with the .dylib suffix (I notice that I'm not saying that
on the webpage, I'll fix that right now).
I'm not sure what to do about that core__init function. I will try to create
a bigger stack to see if that changes
2010 Apr 11
2
[LLVMdev] VMKit assertion failure
On 10 Apr 2010, at 22:33, nicolas geoffray wrote:
> OK, I know why you get that UnsatisfiedLinkError. You have made
> symlinks of GNU Classpath libraries with the .so suffix. Since
> you're on MacOS, you should do symlinks with the .dylib suffix (I
> notice that I'm not saying that on the webpage, I'll fix that right
> now).
Thanks - that did it! All my tests