similar to: scp -t . - possible idea for additional parameter

Displaying 20 results from an estimated 1000 matches similar to: "scp -t . - possible idea for additional parameter"

2007 Oct 11
2
re-encode
Have some flac files, that I've been trying to re-encode again... example: abc.flac ( was coded at --fast ) and its huge so, flac -d --best abc.flac or flac --best abc.flac or flac --best abc.flac --force NONE of these work, to re-encode the file into --best file size has not change. What is the correct command line to correctly re-encode a file to --best (regardless) on what compress
2007 Sep 17
2
No subject
Hi, when trying to install openssh I get the following errors. Any idea of why? This is on a mac 10.4.10 system, and with the 4.7p1 version. Appreciate any tips. Thanks, Anil if test ! -z ""; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Nothing to be done for `all'. gcc -g -O2 -Wall -Wpointer-arith -Wuninitialized
2007 Oct 10
1
Re: scp -t . - possible idea for additional parameter‏
>> I understand that that is not how scp works today.>And it will likely never change. Why not? Just because "That's how we've always not done it" doesn't sound like a very good reason to me. >> I'm suggesting that we make a minor change to how it works.>scp is maintained for compatibility reasons only, as I've understood>things. That's still
2007 Oct 31
2
Sluggish throughput with htb
All, I have been using the following as a means of rate limiting access to the Internet via eth0 (which connects to my cable modem) and it was working great with my 2.4.20 kernel: tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb default 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 486kbit ceil 486kbit tc qdisc add dev eth0 parent 1:1 handle 10: sfq perturb 10
2007 Aug 09
2
Asterisk Help
Asterisk Users, I am running Asterisk 1.2.13 on Debian Etch with McLeodUSA's T1 service. I have two Netgear switches on my T1 router, one for VOIP and another for data. I use a gigabit switch for all VOIP and a regular 10/100Mbps switch for all data. This morning I saw this message a few times on the Asterisk command line. The lagged cause garbled phone calls. Is my network to
2007 Sep 13
5
CallWithUs Service?
Asterisk Users, I am thinking about selecting CALLWITHUS as my sip provider. Has anybody ever used them? How was the call quality? DTMF Tones issues? Thanks in advance. -John _________________________________________________________________ Gear up for Halo? 3 with free downloads and an exclusive offer. http://gethalo3gear.com?ocid=SeptemberWLHalo3_MSNHMTxt_1
2020 Jan 12
2
Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
On Sun, 12 Jan 2020, Yuri wrote: > This was English, not German, BTW. For some values of English, perhaps. > You would lose the ability to redirect I/O in an immediate way, but you would > always be able to run a shell command like "/bin/sh" "-c" "any-command | tee > cmd.log | process-further" which would regain the ability to do everything > that a
2007 Sep 07
1
New Installed X100p
Hi Tzafrir, I am not sure what to look for, so I haveattached both the contents of /var/log/kern.log as well as the outputof dmesg. If you are looking for something specific, perhaps I can grepfor it and send you a smaller version. I have attached these as a tar ball to get below the 40K limit at which moderator approval is required. Thanks for the help. > Date: Fri, 7 Sep 2007 10:26:11
2006 Mar 29
7
sshd config parser
Hi All. For various reasons, we're currently looking at extending (or even overhauling) the config parser used for sshd_config. Right now the syntax I'm looking at is a cumulative "Match" keyword that matches when all of the specified criteria are met. This would be similar the the Host directive used in ssh_config, although it's still limiting (eg you can't easily
2020 Jan 12
2
Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
On Sun, 12 Jan 2020, Yuri wrote: > dedicated argument, for example -z. The specification can be like this: The wording could need some translation by a native speaker, but the idea of this feature request is certainly sound. Of course you?d lose the ability to run multiple commands, redirect I/O, etc. when using your proposed flag. bye, //mirabilos -- tarent solutions GmbH Rochusstra?e
2023 May 27
2
command [argument ...] in ssh(1): a footgun
On Sat, 27 May 2023, raf wrote: >So, perhaps this could be added to the existing >sentence/paragraph: > > "so any spaces in individual arguments must be Must they? No, a single space will do just fine. > quoted using the syntax of the destination > user's login shell". ? keeping in mind the source shell?s quoting as well. >If an example were needed,
2010 Jul 10
1
internal-sftp and logging not working with Fedora and chroot using 5.5?
Hope ya'all can help! Been reading and reading, and adjusting... to no avail. We need to have chroot'd SFTP activities logged on a file server and for whatever reason, I simply cannot get it to log with users that are chroot'd (this is necessary for auditing and HIPAA - so it is pretty important) I have tried with Fedora 11/12 and even an older Fedora 8 server, the same results: 1.
2003 Jun 14
1
rsync out of memory problem
Using an rsync (V2.5.6, Tru64 Unix 5.1A) command of the form: rsync -avz --delete /some/dir remhost:/some/other/dir where /some/dir has about 460,000 files in it, I get: building file list ... done ERROR: out of memory in make_file rsync error: error allocating core memory buffers (code 22) at /usr/common/src/rsync-2.5.6/util.c(115) rsync: connection unexpectedly closed (8 bytes read so far)
2008 May 28
2
Feature request
The sshd server has what I think is a serious flaw. There appears to be no way to turn off remote command execution. (someone please correct me if I am wrong). We have a server which uses a chroot jail, and rbash to severely limit what users can do on our system. The remote command bypasses all of that. ie. ssh user at host cat /etc/passwd will display the password file for the live system
2008 Apr 03
1
Omission in sshd_config man page
[Not subscribed to this list, so please respond directly if you need to speak to me] In man5/sshd_config.5, a permissible keyword in a 'Match' block is missing. It currently lists only: AllowTcpForwarding, Banner, ForceCommand, GatewayPorts, GSSApiAuthentication, KbdInteractiveAuthentication, KerberosAuthentication, PasswordAuthentication, PermitOpen, PermitRootLogin,
2017 May 18
2
ls hangs in internal-sftp for LDAP users + numeric uid/gid instead of names
On 2017-05-18T13:13, mh at ow2.org <mh at ow2.org> wrote: > Le 18/05/2017 ? 12:17, mh at ow2.org a ?crit : > > However, I get uid/gid numbers instead of names within sftp session (ls > > -l) ? I don't know if it's new but I would definitively prefer names... > > It seems the reason is : > > open("/etc/passwd", O_RDONLY|O_CLOEXEC) = -1 EACCES
2004 Aug 06
1
Funky password mount point error for liveice and icecast - PLZ HL P!
Im running in a chroot'd environment: RH 9.0 lame-3.93.1 icecast-2.0.0 LiveIcePatched-1.0.0 xmms-1.2.7 I was able to get icecast running on port 8000, I was able to get liveice compiled and can see the .so file within xmms. Im pretty sure I have xmms configured to match my icecast config(passwords and mount points for source match). When I start up xmms I get the following error in my
2008 May 25
1
OpenSSH + chroot + SELinux = broke
Hello, First, a big thank you to the OpenSSH devs. _ /Problem Summary:/ _ Chroot and SELinux don't get along. This affects both the new (official) ChrootDirectory feature, as well as the older (3rd party) patch at http://chrootssh.sourceforge.net/. _ /History and repro:/ _ On March 21, 2008, Alexandre Rossi posted to this list with the subject: "*ChrootDirectory
2007 Jun 29
1
Asterisk 1.4 Warnnings
Dear Users ! I have recently installed asterisk 1.4 i got a warning message whenever i use reload or extensions reload. [Jun 29 19:22:11] WARNING[4539]: pbx.c:6236 ast_context_verify_includes: Context 'ael-local' tries includes nonexistent context 'ael-parkedcalls' [Jun 29 19:22:11] WARNING[4539]: pbx.c:6236 ast_context_verify_includes: Context 'ael-dundi-e164-local'
2004 Aug 06
2
Funky password mount point error for liveice and ic ecast - PLZ HL P!
OH MAN THANK YOU!!! I have been pulling my hair trying to get this $hit to work for weeks now. What other DSPs do you recommend instead of LiveIce? Either that or when do you expect the patch to be released? Thank you so much!!! DK > -----Original Message----- > From: Michael Smith [mailto:msmith@xiph.org] > Sent: Wednesday, February 18, 2004 4:35 PM > To: icecast@xiph.org >