Displaying 7 results from an estimated 7 matches for "saku".
Did you mean:
sake
2014 Apr 06
1
rsync --delete-hide
...deleted-{timestamp}?.
rsync -rv --delete-hide /src/ /dst/
For example if /src/readme.txt had already been rsynced to /dst/readme.txt and then later was deleted from /src, rsync would - instead of deleting /dst/readme.txt - rename /dst/readme.txt to /dst/.readme.txt.deleted-20140604120445.
Rgrds,
Saku Vainikainen.
2006 Feb 26
17
domU clock over 23s off
Hey,
I have rather new installation of xen, dom0 is running ntpd 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
2014 Feb 13
1
IPQoS
Real networks use either PREC (as it maps 1:1 to 802.1p and MPLS TC) or DSCP.
Interactive SSH uses PREC 0x0, which is just best-effort and DSCP 0x4 which
has no standard meaning (found network 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
2008 Jul 26
3
[Bug 1493] New: VisualHostKey suggestions
...ion: 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 th...
2011 Oct 25
1
ssh-agent use in different security domains
Consider this topology
domain1-server1 domain2-server2
| |
laptop - domain1-server1 ---- domain2-server1
Laptop has two ssh identities, domain1 and domain2.
I don't wish to store identity locally in any of the servers. As far
as I understand, there isn't any way to limit ssh-agent to allow only
signing
2009 Jul 23
6
SSH attacks from china
...ord: 4 times
ryozo/password: 4 times
ryu/password: 4 times
ryuuichi/password: 4 times
saburo/password: 4 times
sachi/password: 4 times
sada/password: 4 times
saeko/password: 4 times
sahuja/password: 4 times
saki/password: 4 times
saku/password: 4 times
sakuko/password: 4 times
sale/password: 4 times
sam/password: 4 times
sama/password: 4 times
samba/password: 4 times
samuru/password: 4 times
san/password: 4 times
sandeep/password: 4 times
sandy/password: 4 times...
2009 Oct 04
1
ControlMaster and packet stuffing
When I'm running interactive ssh session which is ControlMaster and I run scp
or sftp to same host, creating another channel, it seems that ssh is stuffing
the packets together exceeding MTU.
I've for years ran QoS where I prioritize small packets, as it is clean and
easy way to guarantee low latency to pretty much all you care for.
Unfortunately ControlMaster packet stuffing breaks this,