Displaying 20 results from an estimated 200 matches similar to: "[PATCH] one-time ssh-agent confirmation password"
2007 Nov 24
7
[Bug 1393] New: patch modifies gnome-ssh-askpass to optionally use one-time password
https://bugzilla.mindrot.org/show_bug.cgi?id=1393
Summary: patch modifies gnome-ssh-askpass to optionally use one-
time password
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
URL: http://www.swcp.com/~pgsery
OS/Version: Linux
Status: NEW
Keywords:
2003 Oct 29
2
OpenSSH and Redhat 8
John,
The following steps should work for you (or anyone buildling on a
RedHat box):
1) Get the official OpenSSH source RPM from
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p2-1.src.rpm
2) Do 'rpmbuild --rebuild ./openssh-3.7.1p2-1.src.rpm' from where you
saved the file.
3) This should create the following files in /usr/src/redhat/RPMS/i386:
2002 Sep 19
5
how to use if statement in function correctly
Dear all
I try to persuade if statement in my function to work as I want (but I am not very
successful:(
My question is why my function with if statement is evaluated correctly in case of
atomic variables and incorrectly in case of vector variables.
Here is an example:
#function with if statement
fff <- function(otac,sklon)
{
test <- (otac *
2009 Mar 04
1
nice way to find or not a value (problem with numeric(0))
Hello,
I have a data.frame called spec containing data about samples. But I don't
have these data for all my samples.
So if I have data (that is code of the sample is in spec$Code), I would like
to assign data1 to the variable m.
If I don't have this data, I would like to assign 1 to m.
I tried this :
m<-spec$data1[spec$Code==code]*(code %in%specmodules$Code) + 1*(!code %in%
2011 Feb 24
3
[Bug 1871] New: ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
https://bugzilla.mindrot.org/show_bug.cgi?id=1871
Summary: ssh-askpass should be able to distinguish between a
prompt for confirmation and a prompt for an actual
passphrase
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all,
I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R.
I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for
2012 Jan 13
0
[PATCH 1/1] Ported gnome-ssh-askpass2 to gtk3.
Hello List,
This is for the portable release.
I wanted gnome-ssh-askpass to be a gtk+3 app, so I made a quick port.
Mark
---
contrib/Makefile | 7 +-
contrib/gnome-ssh-askpass3.c | 220 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 226 insertions(+), 1 deletions(-)
create mode 100644 contrib/gnome-ssh-askpass3.c
diff --git a/contrib/Makefile
2008 Jun 25
1
a loop....
I'm trying to make a loopo with some file....
>
> library(dplR)
> files.rwl <- system("ls *.rwl", intern=TRUE) > files.rwl
[1] "cimfasy.rwl" "rocquce.rwl"
> for (i in files.rwl) assign(gsub("\\.rwl$", "_rwl", i), read.rwl(i, header=0))
There are 70 series
There are 21 series
>
> cimfasy_rwl
1990 1.55 0.00
2008 Feb 06
2
[PATCH] Out-of-band challenge (OBC) authentication method
This patch (https://bugzilla.mindrot.org/show_bug.cgi?id=1438) creates a
kbdint device that provides a server-based authentication mechanism. The
server generates and emails you a random string when you attempt to
login. You're authenticated if you can correctly answer the challenge.
You can use a regular email account, a pager, cell phone or other email
capable device to receive the
2016 Nov 19
2
[Bug 2640] New: Make gnome-ssh-askpass2 buildable with GTK+ 3
https://bugzilla.mindrot.org/show_bug.cgi?id=2640
Bug ID: 2640
Summary: Make gnome-ssh-askpass2 buildable with GTK+ 3
Product: Portable OpenSSH
Version: 7.3p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2010 Mar 01
2
[Bug 1725] New: use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725
Summary: use x11.pc when linking gnome-ssh-askpass2
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
URL: http://bugs.debian.org/555951
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
2007 Nov 21
6
MediaCtrl
Hi.
Attached you find an attempt to adding MediaCtrl to WxRuby. It''s only
tested on windows (compiled with msvc 6.0).
Everything seems to be working fine except for a small problem with a
few functions:
wxFileOffset Seek(wxFileOffset where, wxSeekMode mode = wxFromStart);
wxFileOffset Tell(); //FIXME: This should be const
wxFileOffset Length(); //FIXME: This should be const
2016 Jul 08
74
[Bug 2594] New: Tracking bug for OpenSSH 7.4 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2594
Bug ID: 2594
Summary: Tracking bug for OpenSSH 7.4 release
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: All
Status: NEW
Keywords: meta
Severity: normal
Priority: P1
Component: Miscellaneous
2007 Nov 21
1
Help Dial extention
I have a Linksys sipura phone which does not dial ext 26 only, every
other ext works. When I dial ext 26 it show to:0 instead. Does anybody
know how to fix this?
Thanks in advance.
Jarga Jallow
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071121/fd2d139f/attachment.htm
-------------- next part
2007 Nov 21
2
[LLVMdev] C embedded extensions and LLVM
On Nov 11, 2007, at 9:52 AM, Chris Lattner wrote:
>
> On Nov 10, 2007, at 11:07 PM, Christopher Lamb wrote:
>
>> I've been playing around with clang/LLVM looking at adding partial
>> support for the draft technical report for embedded C extensions
>> (TR18037, http://www.open-std.org/jtc1/sc22/wg14/www/docs/
>> n1169.pdf), specifically named address
2000 May 31
0
gnome-ssh-askpass patch
Hello, everyone.
I am Hidetomo Hosono, a member of Kondara Project.
## Kondara Project is a RPM-based Linux distribution development
## project from Japan.
## See if you want to know about us: http://www.kondara.org/
Thank you for your OpenSSH. I am enjoying to use it.
But I couldn't use it with gnome-ssh-askpass on
Kondara MNU/Linux 1.1
(includes linux-2.2.15+our extensions, XFree86-3.3.6
2010 Apr 16
0
Announce: OpenSSH 5.5 released
OpenSSH 5.5 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed code
or patches,
2010 Apr 16
0
Announce: OpenSSH 5.5 released
OpenSSH 5.5 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed code
or patches,
2007 Nov 21
1
The use of Centos logo
Hi all,
A friend of mine asks me to teach him Linux using RHEL5. But, I insist that
rather than using RHEL5, we use Centos5 instead, and he agrees :)
So, I'm thinking of giving him a "certificate of attendance" and putting
Centos logo on it. May I do that? What is the guidelines?
Thank you :)
--
Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial
2007 Nov 21
4
how to Load balancing
Hi
I need informmation about this Topic: Load balancing,,
I have 2 nic to internet, 1 nic to DMZ, and 1 nic to LAN, but I don,t know
how do that.
Where I can found information ??
Thx!! For your information!
--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que est? limpio.
For all your IT