Personally, I've never understood the practical reasons for switching
to
openSSH in a non-commercial environment. (If that doesn't get me
flamed,
I dunno what will). It comes with several distros now, but can be
removed.
I use ssh.com's non-comm version, and figured if they ever start
charging
or change the licensing, I'd switch to openSSH at that point. Of
course,
I've had it for some time and have scripts, etc, designed to work with
publickey authentication.
Thanks,
Dave
+----------------------------------------------------------------------
--+
| David Torrey Sr. System Administrator/Programmer
|
| tj@xxxxxxx East Engineering Computing Network
|
| (906) 487-1405 voice Michigan Technological University
|
| (906) 487-1620 fax Houghton, MI 49931
|
| http://www.cee.mtu.edu/~tj/
|
+----------------------------------------------------------------------
--+
On Mon, 19 Jan 2004, Andy Zobro wrote:
I really can't stand some of the features of OpenSSH. I liked how the
commercial version allowed me to get directories, and didn't complain.
If someone could tell me how to set up open ssh to do that, I'd
appreciate it.
Here is the error that I get while using an openSSH client and server:
----------
sftp> ls -l
drwxr-xr-x 0 0 0 176 Jul 29 18:43 .
drwxr-xr-x 0 0 0 240 Oct 2 23:54 ..
drwxr-xr-x 0 1000 0 13240 Jun 12 2003 cd
drwx--x--x 0 1000 0 152 Jun 12 2003 mp3s
drwxr-xr-x 0 1000 0 1712 Dec 20 02:36 nwn
drwxr-xr-x 0 1000 0 200 Jun 5 2003 nwn_backup
drwxr-xr-x 0 0 0 552 Jun 3 2003 videos
sftp> get cd
Fetching /mnt/old/mnt/music/cd to cd
Cannot download non-regular file: /mnt/old/mnt/music/cd
sftp>
----------
Another nuisance is not being able to tab complete file names.
Is there a work around for that?
Thanks!
- AZ