FreeBSD ssh with wildcards
- From: Dave Ranney <miscNoSpam@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 06 Jan 2006 05:51:35 GMT
Hi,
I'm on FreeBSD 4.3 and I'm running into what seems like strange behavior with ssh.
When I do
ssh remotemachine ls /path/to/dir
it returns a list of .html files as I expect.
When I do
ssh remotemachine ls /path/to/dir/*.html
it says
ls: /path/to/dir/*.html: No such file or directory
When I run it with the -v flag I see the command being sent properly with no forced command.
I tried escaping the * just in case it was trying to expand locally, but that didn't help.
Any idea what's going on? Am I missing something obvious?
Thanks, Dave .
- Follow-Ups:
- Re: FreeBSD ssh with wildcards
- From: Michael Tosch
- Re: FreeBSD ssh with wildcards
- Prev by Date: Re: help : i can't access to databasa
- Next by Date: Telnet to a windows machine
- Previous by thread: initialize the global variables in .so files
- Next by thread: Re: FreeBSD ssh with wildcards
- Index(es):
Relevant Pages
|