Where to start??
I attempting to setup the sshd within Windows Vista. For this OS
documentation seems scant.
openssh version OpenSSH_4.7p1, OpenSSL 0.9.8g 19 Oct 2007
At this point I dont care about priviledge separation. I can use it,
or not. I attempted to setup the daemon using ssh-host-con
When cygwin retrieves the setup information from the list of servers, it pops
up a message if it is unable to do so for a particular server. It does not
proceed until the user has clicked ok on this message.
Is it possible to configure the set up to proceed without the notification?
I turned on
Hi all,
I try to use rsync to synchronize a file which has an odd name ( it's a
Maildir file created from courier-imap). The filename is:
1198103388.M260996P29306V0713I000480DC_0.vl02s26,S=2503:2,S
I want to sync from a remote linux machine to local windows machine with
rsync 2.6.9-2 f
Michael wrote:
> I assume this is a bug in rsync or bash, and I believe the colon is
> causing the trouble.
You are correct that the colon is the problem, but it is not a bug.
This is a restriction imposed by the design of Windows -- there are a
number of characters that Windows does not allow i
thealmostrealmccoy wrote:
> When cygwin retrieves the setup information from the list of servers, it pops
> up a message if it is unable to do so for a particular server. It does not
> proceed until the user has clicked ok on this message.
>
> Is it possible to configure the set up to proceed wit
Just another thing that I have noticed:
$ /usr/sbin/sshd -d -d -d -D
debug2: load_server_config: filename /etc/sshd_config
debug2: load_server_config: done config len = 210
debug2: parse_server_config: config /etc/sshd_config len 210
debug3: /etc/sshd_config:13 setting Port 22
debug3: /etc/sshd_co
Kevin Hilton wrote:
> Just another thing that I have noticed:
>
> $ /usr/sbin/sshd -d -d -d -D
That's a very bad idea. The daemon requires privileges that normal
users (even administrators) don't have, so trying to run it like that as
a normal user is just a recipe for breaking things. And eve
* Brian Dessent (Sun, 23 Dec 2007 04:58:33 -0800)
> Kevin Hilton wrote:
> > Just another thing that I have noticed:
> >
> > $ /usr/sbin/sshd -d -d -d -D
>
> That's a very bad idea.
Kevin is obviously trying to debug things (noticed the triple "-d"?)
so this is a really good idea...
Thorsten
Thorsten Kampe wrote:
> > > $ /usr/sbin/sshd -d -d -d -D
> >
> > That's a very bad idea.
>
> Kevin is obviously trying to debug things (noticed the triple "-d"?)
> so this is a really good idea...
I know what the sshd options mean, and no, it's really not a good idea
in the slightest. Trying to
Hello:
I have a Windows 2003 SBS server.
I have set up cygwin SSHD so I can connect to it
remotely.
I can SSH and SFTP to the machine successfully using
the Administrator account.
I want to set up a couple Domain Users to be able
to SFTP files up to the server.
The users are in Active Director
PACKAGE DESCRIPTION
===
Homepage: http://freshmeat.net/projects/spamoracle
License : GPL
A tool to help detect and filter away spam. It proceeds by statistical
analysis of the words that appear in the email, comparing the
frequencies of words with those found in a user-provided co
PACKAGE DESCRIPTION
===
Homepage: http://www.kipple.pe.kr/win/unalz/ (Greek)
License : BSD
Unalz tool is the utility used for decompressing alzip format file. It
mainly operates on files with names ending in '.alz'. This compression
format is roughly combination of tar + bzip2.
C
PACKAGE DESCRIPTION
===
Homepage: http://sourceforge.net/projects/spamprobe
License : QPL
This package provides a spam filter based on the article A Plan for
Spam by Paul Graham. It uses a database (either BerkeleyDB or a
simpler hash file) to store one- and two-word phrases. Only
PACKAGE DESCRIPTION
===
Homepage:http://www.sourceforge.net/projects/spambayes
License : Python
SpamBayes uses a different set of algorithm to most statistical spam
filters, which enables to dramatically lower the number of legitimate
mail classified as spam, through the introduct
PACKAGE DESCRIPTION
===
Homepage: http://rzip.samba.org
License : GPL
A compression program able to take advantage of long distance
redundancies in files, allowing greater compression ratios. rzip uses
a history buffer of up to 900MB, while gzip uses 32KB and bzip2 uses
900KB. rzi
PACKAGE DESCRIPTION
===
Homepage: http://freshmeat.net/projects/rxp
License : Custom
RXP is simple validating XML parser written by Richard Tobin. It
supports XML 1.1, Namespaces 1.1, and XML Catalogs.
CHANGES SINCE LAST RELEASE
==
None.
INSTALL OR UPGRA
QUOTE:
You've got some indeterminate state of brokenness here. Delete the sshd
user, delete the service, delete /var/empty, delete the sshd config
files, recreate known good passwd and group files, and then just run
"ssh-host-config -y" and let it create everything correctly. That is
all you shoul
> QUOTE:
>
> You've got some indeterminate state of brokenness here. Delete the sshd
> user, delete the service, delete /var/empty, delete the sshd config
> files, recreate known good passwd and group files, and then just run
> "ssh-host-config -y" and let it create everything correctly. That is
>
Brian Dessent wrote:
> You can use a managed mount as a workaround.
Thanks very much. This worked perfect for me. ( Mounting a windows
folder: mount -s -b -o managed "d:/backup" "/var/backup" , and using
/var/backup as the target location for the rsync.)
--
Unsubscribe info: http://cygwin.c
Kevin Hilton wrote:
Should either the sshd or sshd_server user be part of the Administrator group?
You really shouldn't need to worry about the groups for these users. They
are created by the 'ssh-host-config' script with the required permissions
and groups. They should work for you as the
On Sun, 23 Dec 2007 04:27:28 -0800,
Brian Dessent wrote:
>In this case, NTFS reserves the colon to denote alternate data streams.
Heh... A Google search on that topic made for some interesting reading.
In light of it, I'm wondering at this curiosity, which I have not seen
with previous versions
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeff wrote:
> On Sun, 23 Dec 2007 04:27:28 -0800,
> Brian Dessent wrote:
>
>> In this case, NTFS reserves the colon to denote alternate data streams.
>
> Heh... A Google search on that topic made for some interesting reading.
> In light of it, I'm
Thanks for the info, however I cant get over the hump. I believe the
problem lies with the UAC, but I have no way of proving this. The
sshd and sshd_server users are created. Now what?? The service will
not start, and I have no debugging output to tell me why?? Is it
suggested I not use privi
On Sun, 23 Dec 2007 20:20:23 -0500,
Robert Pendell wrote:
>Jeff wrote:
[...]
>> $ mount
>>
>> \\Winxp-inspiron\c on /inspiron type system (binmode)
>> C:\WINDOWS\TEMP on /tmp type system (binmode)
>> \\Winxp-desk\c on /desk-c type system (binmode)
>> \\Winxp-desk\d on /desk-d type system (binmod
Before cygwin begins the download of set up files, it displays the list of
obsolete mirror sites. I unselected these sites before proceeding with the
download.
However these messages(mentioned in previous post) appear when the download
is in progress. I have to click ok for all the messages befor
Ok, onto Windows Box #2. Installed cygwin with sshd using
ssh-host-config, but this time elected not to use privilege
separation. The service starts this time without a problem. But a
new problems arises, when
ssh -vvv localhost
..
..
..
debug2: we sent a publickey packet, wait for reply
Connec
> The service starts this time without a problem. But a
> new problems arises, when
>
> ssh -vvv localhost
> ..
> ..
> ..
> debug2: we sent a publickey packet, wait for reply
> Connection closed by 127.0.0.1
>
> I consistently get the connection closed error. I turned off the
> firewall. No diffe
On Dec 23, 2007 7:19 PM, Kevin Hilton <[EMAIL PROTECTED]> wrote:
> Thanks for the info, however I cant get over the hump. I believe the
> problem lies with the UAC, but I have no way of proving this. The
> sshd and sshd_server users are created. Now what?? The service will
> not start, and I h
I appreciate all the help, but Ive about had it. Ive reinstalled like
20 times on both machines. Here is what I am doing currently with the
install (ssh-host-config)
priviledge separation - yes
create local sshd user - yes
install sshd as a service - yes
create a new local account ssh_server whi
Kevin Hilton wrote:
> Let me just make sure I know what you are telling me to do, since I
> already did this and it didnt make a difference. As an administrator,
> I:
> 1. Delete the sshd user -- Ok I manually edited the /etc/passwd file
> and deleted this user
No, I mean delete the *user*, not
30 matches
Mail list logo