Displaying 20 results from an estimated 5000 matches similar to: "Password Option for Windows OpenSSH"
2006 Jan 19
1
CopSSH changes directory permission
Hi,
I am seeing a strange behavior on windows XP pro with CopSSH installed.
Every time I run
the activate.sh and create a ssh account and subsequently when attempted
to delete the folder or any files in the folder windows doesn't seem to
allow any change to the directory.
To fill in some background info here's what I am doing. I am changing
the root directory for the SSH user by changing
2009 May 29
1
Tunnelling problem in windows 7
Hi, I have recently installed Windows 7 RC [Version 6.1.7100], and instaled
the OpenSSH [setupssh381-20040709]
I wanted to tunnel through my ssh server, I usually use this command on my
Windows XP machine, and it works.
ssh -L 9983:10.0.0.37:3389 infram at 192.168.1.13 ?N
When issuing that command on Windows 7, after asked for the password, it
gives me this error:
\226N: Command not found.
2010 Oct 30
2
Using names function
Just starting on my journey to learn R and the book I am using is "Using R for Introductory Statistics"
One of the problems (page 15, 1.10) goes as follows:
The monthly sales fig for 2002 were (2700, 2600, 3050, . . ). Using diff() find the month with greatest increase from prev month.
I created a msales var:
msales = c(2700, 2600, 3050 . . )
I named them:
2003 Feb 18
7
[Bug 496] add a timeout function to ssh-agent
http://bugzilla.mindrot.org/show_bug.cgi?id=496
------- Additional Comments From markus at openbsd.org 2003-02-19 01:15 -------
that's not too hard with the current code, and you could
use the 'passwd' lock feature for something similar:
specify timeout x and enter passwd on agent startup.
after x seconds of activity the agent will 'autolock'.
use ssh-add -X to unlock
2005 Jul 18
2
RSync and SSH problems
Hey all,
First off, I'm new to cygwin, rsync, and actually even ssh. I've used
ssh clients many times, but server side I'm a bit of a noob. Anyway,
here's my problem...
I set up a brand spankin new Windows XP box with only two apps
installed: copSSH and rsync. I need to tie down all security as tight as
possible. From what I've seen/read, it seems to me the only port I need
2010 Apr 02
1
Compiling for Windows
Hello OpenSSH devs,
I'm hoping this is the proper forum for this question, but if not maybe some kind soul could point me in the right direction.
I've been tasked with maintaing a Windows application that currently, or will need to, make use of the following tools:
? ssh-keygen
? ssh
? sshd
? sftp
I know there are a few packages out there already CopSSH being one of them (which does
2010 Jul 05
1
Stoch Prog in R
Can you please let know if there are any packages for
stochastic linear programming (SLP) in R?
Thanks in advance
Sudhakar Achath
2007 Jul 25
1
openssh ssh_askpass problem / question
Dear list,
I have set up SSH with the SSH_ASKPASS and DISPLAY variable set.
Everything works perfectly. When ssh is used without a tty, the askpass
program is executed, providing the password.
But when I change the location of the askpass program, so it contains a
space in the absolute path name (for example "c:\My Documents\askpass")
the askpass program cannot be found. I get a
2025 Mar 07
4
Support for transferring sparse files via scp/sftp correctly?
On Wed, 5 Mar 2025, Cedric Blancher wrote:
> On Tue, 4 Mar 2025 at 21:22, Chris Rapier <rapier at psc.edu> wrote:
> >
> >
> >
> > On 3/4/25 05:34, Philipp Marek via openssh-unix-dev wrote:
> > >> Does OpenSSH scp/sftp mode transfer sparse files correctly, i.e. are
> > >> holes skipped and not transferred as chunks of 0 bytes? [1]
> >
2008 Aug 29
7
[Bug 69] Generalize SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=69
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Alias| |generalised-askpass
--
Configure bugmail:
2007 Jun 11
9
Recent MAC improvements
Hi,
There has been some recent work to improve the speed of the Message
Authentication Codes (MACs) that are used in OpenSSH.
The first improvement is a change from Markus Friedl to reuse the MAC
context, rather than reinitialising it for every packet. This saves two
calls to the underlying hash function (e.g. SHA1) for each packet. My
tests found that this yielded at 12-16% speedup for bulk
2007 Sep 26
1
Inconsistent none cipher behavior
Using stock OpenSSH 4.7 I found different behavior when trying to
specify the use of the 'none' cipher depending on the command line
option nomenclature. This is under linux 2.6.19-web100
using -ocipher=none
[root at delta openssh-4.7p1-hpnv19]# /home/rapier/ssh47/bin/scp -S
/home/rapier/ssh47/bin/ssh -ocipher=none -P 2222 ~rapier/2gb
rapier at localhost:/dev/null
rapier at
2005 Jan 04
1
trying to debug ssh-askpass problem
Hi all,
I have a script which calls ssh-add at a certain point, and I'm
getting the following error:
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
I don't see why it's doing this, since SSH_ASKPASS isn't set, and
there should be a working terminal:
SSH_ASKPASS
If ssh needs a passphrase, it will read the passphrase from the
2009 Dec 23
3
Question on SSH_ASKPASS
Hi everybody,
I have asked a question a long time ago regarding SSH_ASKPASS, but with the
latest version of OpenSSH I am not able to get the desired result.
My goal is to launch a script on a remote server via SSH without having to
type a password, because it is locally executed from a script. This should
not be too complicated, but somehow I am not able to figure this out myself.
I have
2007 Jan 18
2
SSH_ASKPASS behavior change proposal
Hello, OpenSSH Developers!
I'm not a member of the OpenSSH development team or a member of this
mailing list. I have a small change to propose for OpenSSH and since
the mailing list page at openssh.com indicated the general discussion
list is for support, I thought this list would be a better place to
discuss this. Please forgive me if I've committed a faux pas.
I propose that the
2002 Apr 22
9
Password from open filedescriptor
The included patch adds a new option to the ssh client:
-d fd Read the password from file descriptor fd. If you use 0 for fd,
the passphrase will be read from stdin.
This is basically the same as GPG:s parameter --passphrase-fd.
Flames about why this is a bad idea goes into /dev/null. I really need to
do this. There are lots of ugly Expect-hacks out there, but I want a more
clean
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
https://bugzilla.mindrot.org/show_bug.cgi?id=3572
Bug ID: 3572
Summary: ssh-agent refused operation when using FIDO2 with -O
verify-required
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component:
2010 Nov 19
3
File Offsets for SCP (patch)
I don't know if anyone would be interested in this but I'm including a
patch to allow for offsets when transferring files with SCP.
It's pretty simple and assumes the user knows what they are doing (for
example, if transferring with a wild card the offset would apply to all
files). -A is the number of bytes offset from the beginning of the
files. -Z is the number of bytes inset
2009 Mar 14
1
Rsync Over SSH (Windows XP)
Firstly, if this the wrong place to ask this question or if this
question is inappropriate then please accept my sincere apologies.
I am seeking advice regarding the backup of an Windows XP machine.
I have used rsync for years and believe it to be an absolutely amazing
tool on *NIX systems.
Recently, I was asked the following question, relating to the backup
of Windows system :
>
2023 Oct 18
9
ssh wish list?
Hey all,
So I do some development based on openssh and I'm trying to think of
some new projects that might extend the functionality, feature set, user
workflow, performance, etc of ssh.
So open ended question:
Do any of you have a wish list of things you'd like to see in ssh?
Mostly I'm just curious to see what the larger community is thinking of
rather than being driven