http://bugzilla.mindrot.org/show_bug.cgi?id=722 Summary: scp not found Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: jim.a.davidson at bt.com I have just upgraded our test solaris servers (2.6 and 8) from OpenSSH V3.4 to OpenSSH V3.7.1 and now find that when I try to use scp to the new 3.7.1 server,I get error messages scp not found.The sshd was compiled using the same options as the V3.4 one which does not exhibit this behaviour (the only option selected being --prefix=<installdir>).I could use a symbolic link to say /usr/bin/scp from <installdir>/bin/scp but I would prefer not to do so. Is this a bug in the 3.7.1 code and if so can someone point me in the right direction. Thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=722 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|scp not found |scp not found ------- Additional Comments From mouring at eviladmin.org 2003-09-30 04:55 ------- sshd under Solaris now honors /etc/default/login and is enabled by default. It will override anything compiled in. Are your paths set right to include that directory in /etc/default/login? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=722 ------- Additional Comments From jim.a.davidson at bt.com 2003-09-30 05:05 ------- I didn't realise that this was now the case.I will add <installdir> to PATH in /etc/default/login and see if this fixes it. Thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=722 jim.a.davidson at bt.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From jim.a.davidson at bt.com 2003-09-30 23:31 ------- This has fixed my problem. Is this change documented somewhere ? Thanks for the info. anyway. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=722 ------- Additional Comments From dtucker at zip.com.au 2003-09-30 23:42 ------- Once finished, configure will display the following warning: (If PATH is set in /etc/default/login it will be used instead. If used, ensure the path to scp is present, otherwise scp will not work.) The honouring of /etc/default/login was also mentioned in the release notes. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 886] Unable to scp from OPenSSH to Commercial SSH
- [Bug 88] scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
- [Bug 248] scp doesn't support ssh2 protocol
- [PATCH] Add scp -1 and -2 options to OpenSSH-3.0.2p1
- [Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user