| Page | Description | Tags |
|
Very handy tool if you manage more than a couple of hosts. Homepage: <http://www.netfort.gr.jp/~dancer/software/dsh.html>
View loadavg of group olsrv:
dsh -… |
ssh |
|
Home of PuTTY is <http://www.chiark.greenend.org.uk/~sgtatham/putty/>
pageant
Use pageant to load your private keys into memory. Create a batch file with the … |
windows,
putty,
ssh |
|
Useful information regarding SSH and public keys can be found here:
<http://sial.org/howto/openssh/publickey-auth/>
generate a public key
ssh-keygen -t rsa … |
putty,
ssh |
|
Home of rsync is <http://rsync.samba.org>
Example script using rsync to sync some directories from given remote host to the local system:
#!/bin/bash
#
# 20… |
backup,
ssh |