diff options
author | ivan <ivan> | 2002-01-28 22:40:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-28 22:40:11 +0000 |
commit | 619d6d77891b6aa4d096ec238e5ac010e6316158 (patch) | |
tree | 252dd352e86418a1594456e5e46f83c97f15271d | |
parent | 5a5dcd9a8df50df5bd2778f523dec708cf7436d2 (diff) |
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -24,11 +24,15 @@ To use: - chmod a+rx /usr/local/bin/iceaccessd on the icecast server(s) - set the parameters in icelog.conf and copy it to /etc/icelog.conf - setup SSH keys: - As the freeside user (on your freeside machine), generate an authentication key using ssh-keygen. Since this is for unattended operation, use a blank passphrase. -Append the newly-created identity.pub file to ~root/.ssh/authorized_keys on the remote machine(s). -Some new SSH v2 implementation accept v2 style keys only. Use the -t option to ssh-keygen, and append the created id_dsa.pub or id_rsa.pub to ~root/.ssh/authorized_keys2 on the remote machine(s). -You may need to set PermitRootLogin without-password (meaning with keys only) in your sshd_config file on the remote machine(s). - + - On the central machine, generate an authentication key using ssh-keygen. + Since this is for unattended operation, use a blank passphrase. + - Append the newly-created identity.pub file to ~root/.ssh/authorized_keys + on the remote machine(s). + - Some new SSH v2 implementation accept v2 style keys only. Use the -t + option to ssh-keygen, and append the created id_dsa.pub or id_rsa.pub to + ~root/.ssh/authorized_keys2 on the remote machine(s). + - You may need to set PermitRootLogin without-password (meaning with keys + only) in your sshd_config file on the remote machine(s). - on the central database machine, run: iceaccess_server icecast.machine /path/to/icecast/access.log 0 for each remote icecast.machine |