Displaying 9 results from an estimated 9 matches for "ytti".
Did you mean:
rtti
2006 Feb 26
17
domU clock over 23s off
...and is
perfectly in time. All domU''s are ~23s in future. Running ntpd on
the domU''s seem to have no effect, /proc/sys/xen/independent_wallclock
appears to have no effect. I''m running xen-unstable and 2.6.16-rc4
in AMD64 box.
Any tip would be appricated.
Thanks,
--
++ytti
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Oct 04
1
ControlMaster and packet stuffing
...kets
are not small anymore for the duration of scp/sftp and receive best effort treatment
making my interactive session extremely laggy.
Is there particular need to combine interactive packets with MTU sized data
packets? In what type of situation is the current behaviour desired?
Thanks,
--
++ytti
2014 Feb 13
1
IPQoS
...where DSCP 0x4 was dropped, completely,
as it didn't hit any defined/allowed QoS class, obviously misconfig, BE class
should eat anything not already defined)
Should interactive use TOS value which has highest chance for priority
behaviour? If so, then PREC 5 == DSCP CS5 is best bet.
--
++ytti
2011 Oct 25
1
ssh-agent use in different security domains
...domain1-key
Identity deny all
host *.domain2.*
Identity permit domain2-key
Identity deny all
^D
Or maybe ssh-agent itself could prompt user: 'domain2-server2 wants me
to sign with identity domain1-key, allow? yes/no, [ ] always?'.
Or is this problem already solved somehow?
--
? ++ytti
2012 May 16
2
Idea for feature recursive ssh: "scp file user1@gateway:user2@server:"
[I sent this email to the list in January but haven't seen it appear.
Maybe it didn't get through moderation?]
How many times have I typed in one window
ssh -L 8022:server:22 user1 at gateway
only so that I can type (in another window!)
scp -P 8022 file user2 at localhost:
This is a pain:
* cumbersome
* requires two commands windows
* confuses ssh's host key
2012 May 30
3
SCTP support for OpenSSH
Hi,
I have written a patch to add SCTP support for OpenSSH on systems with SCTP capabilities with the following features:
- SCTP support can be configured with --with-sctp, but is disabled by default
- use SCTP for SSH connections instead of TCP
- SCTP's multi-homing is activated for all available addresses by default, if SCTP is used
- the sshd can be configured to listen with TCP, SCTP, or
2008 Jul 26
3
[Bug 1493] New: VisualHostKey suggestions
...Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: cjwatson at debian.org
This bug was originally reported as
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492447 by Saku Ytti;
I'm just passing it on since I don't know the plans for VisualHostKey.
"It might be interesting, if VisualHostKey would use more geometrically
connecting characters. Such as, say if we printed character -, it could
be followed to the right, by only \, /, -, ., ) etc. Anything that
wo...
2014 Mar 04
2
Issue With SSHD Password Guesses
Hi,
Initially when we do ssh from Cisco IOS Router to my linux machine, we use to see only one password prompt , even though we configured number of password prompts in Linux machine to 3.
So, to overcome this issue , someone changed the values in sshd_config file in openssh-3.5pl.
Before Fix
#ChallengeResponseAuthentication yes
#PAMAuthenticationViaKbdInt no
After Fix
2012 Mar 29
1
percent_expand for QoS in ControlPath
Hi,
Not sure if this anyone else is interested in this but to me it seems to make
sense to use different control session multiplexer sockets for bulk and
interactive workloads.
Index: auth.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/auth.c,v
retrieving revision 1.94
diff -u -p -r1.94 auth.c
--- auth.c 23 May 2011 03:33:38 -0000 1.94
+++