search for: my_ssh_conf

Displaying 1 result from an estimated 1 matches for "my_ssh_conf".

2005 Oct 29
1
how to restrict rscync to ONLY use ssh-pubkey transport & auth?
...h via pubkey auth only. i'm setting up rsync comms for the first time. i have rsyncd running on box A. no-auth rsync from box B to/from box A's rsyncd works as expected. rsync@B to/from rsyncd@A using pubkey-auth'd-ssh trasport: rsync --verbose --stats --recursive -e "ssh -F $MY_SSH_CONF -l $MY_USER" /path_to_src_dir/* BOX_A_FQDN::targetdir ALSO works as expected. i've easily managed to turn connection/sync-ing ON. so, how do i turn specific access types OFF? specifically, i'd like to limit rsync to ONLY allow the pubkey+ssh transport, and NOT any other channel? hi...