Displaying 2 results from an estimated 2 matches for "ns_sys_config".
2010 Sep 03
10
[Bug 1814] New: scp get file prepends -- before filename
...e from a router.
This works with previous versions of openssh, but for some reason this
version is inserting -- into the command, confusing the router.
The command I am using is:
scp username at IP_address:file_name Destination_file_name
The debug output is:
sam at Laptop:~$ scp -v sam at router:ns_sys_config config
Executing: program /usr/bin/ssh host router, user sam, command scp -v
-f -- ns_sys_config
OpenSSH_5.5p1 Debian-4ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to router [172.16.16.189] port 22.
debu...
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...owing issues:
>
> (1) ssh still doesn't work for some of our devices. I think this is
> because the ttymodes.c portion of your patch has "256" when it should
> be "128".
>
> (2) scp didn't actually work to any of my test netscreens for scp
> $device:ns_sys_config /tmp. I tried scp -v $device:ns_sys_config /tmp
> to see what the command was. I got:
>
> debug1: Sending command: scp -v -f -- ns_sys_config
>
> As you can see, "--" is still there.
>
> - Morty
>
>
> ------------------------------
>
> Message: 7
>...