search for: nrubsig

Displaying 20 results from an estimated 24 matches for "nrubsig".

2009 Jan 03
5
Shipping QEmu as part of Solaris Nevada (via SFWNV) ?
Hi! ---- Did anyone thought about shipping QEMu as part of Solaris Nevada (via SFWNV) yet ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
2016 Jan 15
2
[Patch] TCP MD5SIG for OpenSSH
...link) ? ssh is already a *PAIN* in that area, killing it's usefullness for applications like "Distributed make" because the time to setup the connection can be much longer than the command executed on the remote side. ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
2004 Mar 30
16
[Bug 826] RFE: scp and ssh should have an option to set the group-id at login time
...Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: roland.mainz at nrubsig.org RFE: scp and ssh should have an option to set the group-id at login time. On Unix/Linux one user can be part of multiple groups (like "% /usr/bin/id uid=2306(gisburn) gid=2306(gisburn) groups=10(staff),8000(xprint)") - it would be nice if there is an option which can be given toget...
2015 Jul 07
2
[PATCH 1/1] paint visual host key with unicode box-drawing characters
...UTF-8 as encoding but can still use the Unicode > characters you use (e.g. GB18030 is a modern example and it's use is > mandated by all software vendors in PRC China). A quick solution is to > use |iconv()| to convert the UTF-8 byte sequences to the local > encoding (see http://svn.nrubsig.org/svn/people/gisburn/code/ucs4towchar_t/ucs4towchar_t.c So the suggestion is to use another external dependency (and one that updates quite frequently to the great joy of admins everywhere) just to paint some visual sugar which works about as well in ASCII... ... wtf? The whole idea of using U...
2004 Mar 21
6
[Bug 815] RFE: sshd should be able to set environment variables defined by the client
...Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: roland.mainz at nrubsig.org RFE: sshd should be able to set environment variables defined by the client, e.g. it should be possible that the user defines a value of an environment variable as part of the "ssh" command-line arguments and "sshd" then sets that environment variable for the application t...
2004 Mar 03
2
[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
http://bugzilla.mindrot.org/show_bug.cgi?id=125 jrj at purdue.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #500 is|0 |1 obsolete| | ------- Additional Comments From jrj at purdue.edu 2004-03-04 10:33 ------- Created an
2004 Mar 30
1
[Bug 827] RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled
...g/docs/Xprint_FAQ.html#manual_xpr int_forwarding_via_ssh OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org ReportedBy: roland.mainz at nrubsig.org RFE: Allow forwarding of Xprint servers ("Xprint" == "X11 print system", e.g. X11's print API) if X11 forwarning is enabled. Right now there is only http://xprint.mozdev.org/docs/Xprint_FAQ.html#manual_xprint_forwarding_via_ssh which describes how ssh can do forwardin...
2023 Nov 11
2
OpenSSH on Windows, ssh cannot |bind()| localport to port < 1023
...e-tcpip-chang talks about a "... well-known ports that are used by services and applications...", but I do not know where to set that (for a Cygwin process). Does anyone know what is going on ? Is there a way around this ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
2015 Jul 06
7
[PATCH 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de> Signed-off-by: Christian Hesse <mail at eworm.de> --- sshkey.c | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/sshkey.c b/sshkey.c index cfe5980..47511c2 100644 --- a/sshkey.c +++ b/sshkey.c @@ -44,6 +44,9 @@ #include <stdio.h> #include <string.h> #include
2023 May 10
2
SFTP support for subsecond times
On 5/10/23 4:36 AM, Antonio Larrosa wrote: > Hello, > > This is probably a long email, but please bear with me. I plan to > submit a patch and would like to explain what I will do before doing > it so I don't lose time if there's some flaw in my plan. > > I currently use sshfs to mount directories from some computers and a > NAS into other computers. I recently
2013 Sep 24
2
Multiple keys/methods per key exchange (e.g. multi-md5-sha1-md4@libssh.org) Re: [PATCH] curve25519-sha256@libssh.org key exchange proposal
...he whole thing is not limited to two keys/methods, in theory there could be something like "multi-md5-sha1-md4-sha256 at libssh.org" to use md5, sha1, md4 and sha256 hash sums. Question is now... how mad/bad is the idea ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;)
2008 Dec 04
2
Round four: Re: code review req: 6750659 drti.o crashes app due to corrupt environment
I believe that I have incorporated all of the feedback given (thanks!). Changes since the 2008-11-16 version include: - ksh style & coding standards compliance in test script (Roland) - "dof_init_debug == B_FALSE" vs. "!dof_init_debug" (Adam) The updated webrev is at: http://cr.opensolaris.org/~mgerdts/6750659-2008-12-03/ -- Mike Gerdts http://mgerdts.blogspot.com/
2004 Mar 17
11
[Bug 813] Scp to s Solaris 9 box gives "exit status 1" although file is delivered.
http://bugzilla.mindrot.org/show_bug.cgi?id=813 Summary: Scp to s Solaris 9 box gives "exit status 1" although file is delivered. Product: Portable OpenSSH Version: 3.8p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: scp
2016 Jan 15
0
[Patch] TCP MD5SIG for OpenSSH
On 15 Jan 2016, at 16:27, Roland Mainz <roland.mainz at nrubsig.org> wrote: > Don't these extra roundtrips further increase the latency of ssh > connection setup (e.g. imagine a high-bandwidth&&high-latency satelite > link) ? ssh is already a *PAIN* in that area, killing it's usefullness > for applications like "Distributed...
2006 Aug 08
0
"3D filesystem" vs. Solaris ZFS / was: Re: [ksh93-integration-discuss] ksh93 manpages for vmap, alarm, vpath built-ins?
...look at (the support for that isn''t enabled in our ksh93 version but it may be interesting to look at that in the future) ... :-) ---- Bye, Roland P.S.: Reply-To: set to ZFS filesystem discussion list <zfs-discuss at opensolaris.org> -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;)
2004 Mar 16
0
Support for forwarding more than one X11 display...
Hi! ---- Would it be possible to forward multiple X11 displays using the current ssh2 _protocol_ ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 2426 901568 FAX +49 2426 901569 (;O/ \/ \O;)
2004 Apr 13
2
X11 forwarding
X11 forwarding is not working. It has unstable behaviour, X clients often have lost connections (cannot find window). Typical example - gimp, launched from remote host. Tested latest snapshots.
2006 May 09
1
About "/usr/sbin/zfs" and ksh93/libshell.so ...
...ty full access to the ksh93 syntax (including |if ... else|, |while|-loops, job control and so on...) and other facilities like profiles/roles (since ksh93 can also act as profile shell) ... Comments/suggestions/etc. welcome... :-) ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;)
2012 Sep 25
2
OpenSSH banner doesnot display multibyte characters like korean
Hello, The banner message displayed on the screen contain octal values instead of korean chars. Prior to ssh 5.1 the banner message would display the charaters properly. I understand that starting from 5.1 the message is passed through strnvis() function. I looked into documentation on strnvis and found that it does not support multibyte chars and doesnt work well with international chars.
2016 Feb 04
3
Evaluating a port to RTEMS (embedded OS with single address space and no processes)
Hello, I am searching a SSH server for remote administration of an embedded application running on RTEMS (https://www.rtems.org). This environment has neither virtual memory nor user and kernel space. So this is like an application running in kernel mode only. Would it be possible to run (a very basic version of) OpenSSH in such an environment using e.g. threads instead of forking new