[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2012-12-17 Thread Mike Mackintosh
This is an issue with a 3rd party system.

** Changed in: openssh (Debian)
   Status: New = Incomplete

** Changed in: openssh (Debian)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2012-12-17 Thread Mike Mackintosh
No. OpenSSH will not apply a fix to this since the above is working as
desired. This issue is actually related to netssh code, which Juniper
has fixed it in  6.2.0r11.

Changelog shows:

585314— SCP to the firewall failed from an UNIX machine and displayed
the error unknown file '--ns_sys_config.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2012-12-17 Thread Mike Mackintosh
Bug with 3rd party system.

** Changed in: openssh (Ubuntu)
   Status: Expired = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2012-02-28 Thread Javier Domingo
which is the actual state of the bug? Is there any way to fix it
definitely?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-11-11 Thread Mike Mackintosh
I am able to duplicate this issue, with Ubuntu 11.04 and 11.10, it is
also affecting Debian Sarge and Squeeze.

debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: scp -v -f -- /ns_sys_config
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK


The issue is that the remote devices are not full SSH/SCP capable devices and 
register the -- after -f as a filename, which does not exist.

** Also affects: openssh (Debian)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-11-11 Thread Mike Mackintosh
I downloaded the enw version of SSH:

http://filedump.se.rit.edu/pub/OpenBSD/OpenSSH/portable/openssh-5.9p1.tar.gz

I extracted and searched the source for `-f --`

The -f is a hidden flag to tell the host to expect a file, but I cannot
find any documentation as to what the -- is for.

i did a search and replace on -f -- to -f in scp.c in the extracted
directory.

I ran make and make install.

From the new SCP binary, the -f -- no longer was issued, only -f.

Issue was resolved for me. I can submit a patch in a moment.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-11-11 Thread Mike Mackintosh
Patch submitted to remove -- from scp -v -f -- file name

Some systems read the -- as being part of the file name.

** Patch added: scp.patch
   
https://bugs.launchpad.net/debian/+source/openssh/+bug/674390/+attachment/2593406/+files/scp.patch

** Changed in: openssh (Debian)
 Assignee: (unassigned) = Mike Mackintosh (mike-mackintosh)

** Changed in: openssh (Ubuntu)
 Assignee: (unassigned) = Mike Mackintosh (mike-mackintosh)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-11-11 Thread Mike Mackintosh
To apply patch use the following

In the source code directory:

patch -p1 -i scp.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/674390/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2011-01-16 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/674390

Title:
  1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-17 Thread Damjan Zajc
Computer OS whitch do copy is Juniper routers.

Dx3

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 674390] Re: 1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem

2010-11-15 Thread Chuck Short
What OS is the computer you are trying to copy the file from?

chuck

** Changed in: openssh (Ubuntu)
   Importance: Undecided = Low

** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

-- 
1:5.5p1-4ubuntu4 (scp host:ns_sys_config) problem
https://bugs.launchpad.net/bugs/674390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs