similar to: purpose of scp -B?

Displaying 20 results from an estimated 200 matches similar to: "purpose of scp -B?"

2001 Mar 14
0
does SSH.COM really in fact approve of the generic meaning of "SSH"?
I hate to open up a discussion that may already be closed (I haven't really followed the trademark dispute other than via the postings to NewsForge, and in particular the one on March 7), and I can't find on www.openssh.com an obviously more appropriate address to send this thought to, so.... [note my reply-to address] though the message below purports to come from <owner-ssh at
2002 Feb 18
1
fixes for bugs in error handling in rsync-2.5.2; and updates for rsync3.txt
Rsync-2.5.2 does not gracefully report connection and transfer errors and always properly return with a non-zero exit code, despite many assurances to the contrary in the code and commit logs. It seems a kludge to handle a special case of lost connections to older servers was FAR too aggressive! With '-vvv' I also print the source of the exit_cleanup() call, and optionally with
2012 Mar 06
1
an ideas for having additional parameters control UPS shutdown
Hi Greg, I'm just forwarding your msg to the developers list for now, which is the preferred address for posting. I've completely missed it until today for that reason. A proper answer will come later. Also note that apart from Michal and myself, other developers you tried to reach are now retired. cheers, Arno 2012/2/29 Greg A. Woods <woods at planix.ca>: > Greetings! >
2001 Mar 06
8
OpenSSH/scp ->> F-Secure SSH server Problems
Hi, Is there some know problem between the 'scp' client in OpenSSH 2.5.1p1 and F-Secure's SSH 2.4.0 server? The client is running on a Linux (2.2.17) box and server is running on Win2K. When I try to transfer files it asks me for the password (which I provide) then it hangs. Using 'scp -v' didn't provide any helpful info; it's as though the problem happened before
2000 Oct 13
1
question about ssh / security
I've been using ssh for a while now (both fsecure and openssh), but am not an expert on security. I was wondering whether the following is secure: I create a key pair, trusted & trusted.pub I run sshd on a server (no telnet, rsh or other services). I create a user "guest", and put "trusted.pub" in my authorized file. I give away "trusted" (the private key)
2000 Jun 12
2
problems with scp
I have an openssh server running on solaris 7 and the client running on a clean RH linux 6.1 box. I am using the latest release (2.1.1p1 -- i had the known solaris utmp problem and the read_key problem when using 2.1.0p2 so i upgraded). scp from the linux machine to solaris machine gives a "lost connection" message [root at dog /root]# scp foo.bar solmachine:/tmp/ lost connection the
2003 May 23
1
Gnophone no sound
Hello all, I'am trying to use 2 gnophones on my LAN. But I can't get any sound. Here is my configuration: 1. on PC1, I have: - Asterisk compiled from CVS (CVS-05/15/03) and it runs. - Gnophone binary version from Debian: 0.2.4+cvs.20020624-3 - a sound card working ( module es1371 for /dev/dsp) - I registered it as "alice" in extensions.conf 2. on PC2, I
2011 Aug 04
0
Local delivery via deliver fails for 1 user in alias
Hi all, I'm a bit baffled. I have an OS X server 10.6.8 and everything was working fine. Now however I seem to be having some issues and I'm unable to find log entries to help point me to the error. I have an alias, sales at cirrusav.com, which forwards mail to myself and two others. This works fine most of the time, but on occasion messages are not delivered to one user. It is possible
2003 May 26
3
chan_h323 and extensions.conf
Hi all, I try to ask helps again about chan_h323 extensions. I define this in h323.conf: [general] port = 1720 bindaddr = 0.0.0.0 allow=gsm allow=ulaw gatekeeper = DISABLE context=default [gm1] type=friend host=192.168.1.20 context=default [gm2] type=friend host=192.168.1.25 context=default and I have in extensions.conf : [demo]
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that gets generated from it. I am using 2.3.0p1 1. Why is openssl a prereq? openssh statically links to openssl during build by default (rightfully so, you don't want your security library a shared object if possible) 2. I don't understand the following line in the spec file during the install step (it makes it not build for
2014 Jun 06
2
does the openSSL security vulnerability (CVE-2014-0224) affect openssh?
Dear openssh developers, can you please check, whether the vulnerability of openSSL (CVE-2014-0224): http://www.openssl.org/news/secadv_20140605.txt openssh affects? Many thanks Van Cu Truong Tel.: +49 (211) 399 33598 Mobile: +49 (163) 1651728 cu.truongl at atos.net<mailto:cu.truongl at atos.net> Otto-Hahn-Ring 6 81739 M?nchen, Deutschland de.atos.net
2001 Mar 23
3
2.5.2p2 ssh-keyscan installed group writable?
just wondering about this. i noticed "make install" installs ssh-keyscan group-writable. is this intentional? openssh-2.5.2p2/Makefile.in, line 168: $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan chris -- Christopher Linn, <celinn at mtu.edu> | By no means shall either the CEC Staff System Administrator | or MTU be held in any way liable
2002 Jan 22
2
ssh-keyscan: xmalloc out of memory error
hi all, I got "xmalloc: out of memory" when i used ssh-keyscan to a remote host that is using SSH protocol 2 and only protocol 2 (no fallback to SSH protocol 1). Looks to me more like ssh-keyscan doesn't talk SSH protocol 2 to the server. Please help. Here is the exact error: # /usr/local/bin/ssh-keyscan -v miad_1 # miad_1 SSH-2.0-OpenSSH_3.0.2p1 xmalloc: out of memory
2003 May 23
1
How to define an extension for chan_h323
Hello all, Encouraged by the successful "demo", I'am getting on with Asterisk CVS. I added 2 H.323 extensions in extensions.conf [default] include => demo exten => 701,1,Dial(H323/gm2@192.168.1.20/s) exten => 702,1,Dial(H323/gm2@192.168.1.25/s) With: - [demo] is defined by default in sample.extensions.conf - Asterisk server is running on host 192.168.1.20, on the
2001 Jan 17
1
couple of questions
This is regarding openssh 2.3.0p1 (the following problem was seen on Linux client / server): I have a problem with openssh when i don't "login": ie. i do the following: ssh -2 10.1.6.13 echo 0 It doesn't print the "0". However, i can get it to print the "0" by doing the following: ssh -2 10.1.6.13 echo 0 \; sleep 1 using "ssh -2 10.1.6.13"
2001 Dec 10
10
hang on exit bug under Linux
>From what I understand, the problem is due to people's disagreement about what the "correct" behavior should be. I'm pretty sure that the following is the correct behavior from running rsh and ssh often (both fsecure and openssh). Lets say you have a stupid script that does while 1 do sleep 1 done Called foreverSleep on your remote host: rsh remotehost
2002 Jan 14
0
OpenSSH 3.0.2p1 and tcp wrappers on hp-ux 11i
hi all, does anyone compile OpenSSH verion 3.0.2p1 on HP-UX 11i with TCP WRAPPERS option enabled? It keeps saying that libwrap.a missing. i do have libwrap.a installed under /usr/lib as well as /lib. I also have tcpd.h under /usr/include. any idea anyone? thanks in advance. --Dat Truong __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo!
2003 May 17
0
error to load chan_iax.so
Hello all, I tried to compile Asterisk from CVS yesterday. I would like to try gnophone as IAX client on the same Asterisk server with a sound card. I didn't have any problem of compilation. Here are the config files in /etc/asterisk: /etc/asterisk/asterisk.conf /etc/asterisk/extensions.conf /etc/asterisk/iax.conf /etc/asterisk/indications.conf /etc/asterisk/logger.conf
2003 May 23
0
First demo between IAX2 and chan_h323 works !
Hello all and guest@misery.digium.com , I was surprised to play the "demo" extension from my Asterisk CVS. It was around "Fri May 23 22:18:37 CEST 2003". While trying to make a test with chan_h323, I got a "wrong" number and fell down on someone at this address IAX2/guest@misery.digium.com/s@default. The voice was clear but unfortunately I don't understand
2003 May 28
0
calls between SIP and H.323 clients
Hello all, It's me again. I would like play with calls between a H.323 client and a SIP client through * inside my LAN. For that, on host 192.168.1.20, I use GnomeMeeting (GM20) and Asterisk; on host 192.168.1.25, I use SJphone (SJ25) as SIP client on Windows and I register into * with a username, no password. The 3 files oh323.conf, sip.conf, extensions.conf are in attachment. In the same