Displaying 2 results from an estimated 2 matches for "__on".
Did you mean:
__n
2008 Feb 13
1
Openssh + x509 patch problem
.../cacert.pem
Port 4422
X509KeyAlgorithm x509v3-sign-rsa,rsa-md5
X509KeyAlgorithm x509v3-sign-rsa,rsa-sha1
AllowedCertPurpose sslclient
PasswordAuthentication no
- Customizing server user configuration
cat /opt/ssh/etc/ssh_host_key_cert.pub > .ssh/authorized_keys
- Now __On client machine__ (after copying, client.pem, client-key.pem
and cacert.pem)
- Build identity
- cat ~/.ssh/client-key.pem > /.ssh/id_rsa
- cat ~/.ssh/client.pem >> ~/.ssh/id_rsa
- chmod 0600 ~/.ssh/id_rsa
- /opt/ssh/bin/ssh-keygen -y > ~/.ssh/id_rs...
2007 Nov 17
11
slog tests on read throughput exhaustion (NFS)
I have historically noticed that in ZFS, when ever there is a heavy
writer to a pool via NFS, the reads can held back (basically paused).
An example is a RAID10 pool of 6 disks, whereby a directory of files
including some large 100+MB in size being written can cause other
clients over NFS to pause for seconds (5-30 or so). This on B70 bits.
I''ve gotten used to this behavior over NFS, but