Category: Linux

rinetd configuration

· rinetd configuration Rinetd is a very generic proxy. Configuration is in /etc/rinetd.conf, for example: 194.46.73.3 80 192.168.1.3 80 will forward all traffic addresses to the 194 address to the 192 address. Access can be denied: deny 141.73.21.* Restart using rcrinetd restart

SSH-COPY-ID

ssh-copy-id is a script that uses ssh to log into a remote machine (presumably using a login password, so password authentication should be enabled, unless you’ve done some clever use of multiple identities) It also changes the permissions of the remote user’s home, ~/.ssh, and ~/.ssh/authorized_keys to remove group writability (which would otherwise prevent you […]

Next Page » « Previous Page