Displaying 3 results from an estimated 3 matches for "p2222".
Did you mean:
2222
2006 Sep 04
1
Rsync + SSH on a different port + restricted access
...= mirror
gid = mirror
read only = no
list = yes
auth users = mirror
secrets file = /etc/rsyncd.secrets
Works fine ! I can write on the remote /home/mirror, perfect ;)
Then, i would like to run it over SSH port 2222
rsync -avz --rsh='ssh -p2222' /home/foor/bar/ mirror@myrsyndserver:mirror/
Still works fine ;)
But my user can login in my box with SSH. So, after a couple of google, i found that i have to edit authorised_keys and put :
command="rsync --daemon -vv --server ." ssh-rsa AAAAB3NzaC1...............
But now, i...
2003 May 14
2
rsync + ssh or what?
Hey guys sorry for this newbie type post but I'm not getting it really. I
see other posts that r asking a simliar question but I'm not understanding.
Currently I have working boxA and BoxC. SSH is the only thing accepted. So
currenty I'm backing up files on boxC with "rsync -e ssh
user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added
boxB in front of
2014 Mar 27
1
AIX SFTP with chroot : conection closed without error message
...chroot path is root owned and only root-writable
======================
$ find /cpdp
/cpdp
/cpdp/home
/cpdp/home/cpdp
==> I have re-created the home directory for the cpdp user but it isn't
better
======================
SERVER LOG
======================
$ /usr/local/ssh/sbin/sshd -ddddd -p2222
debug2: load_server_config: filename /usr/local/ssh/etc/sshd_config
debug2: load_server_config: done config len = 324
debug2: parse_server_config: config /usr/local/ssh/etc/sshd_config len 324
debug3: /usr/local/ssh/etc/sshd_config:54 setting AuthorizedKeysFile
.ssh/authorized_keys
debug3: /usr/lo...