User Tools

Site Tools


linux:network:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:network:ssh [2020/09/15 18:49]
tkilla [Bugs]
linux:network:ssh [2021/03/29 01:18] (current)
tkilla [rrsync]
Line 185: Line 185:
   # prefix key with something like:   # prefix key with something like:
   from="<IP>",command="$HOME/bin/rrsync /home/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-ed25519   from="<IP>",command="$HOME/bin/rrsync /home/",no-agent-forwarding,no-port-forwarding,no-pty,no-user-rc,no-X11-forwarding ssh-ed25519
 +
 +
 +  cp /usr/share/doc/rsync/scripts/rrsync /root/bin/
 +  chmod +x /root/bin/rrsync
 +  chown root:root /root/bin/rrsync
 +
 +
 +OLD jessie:
  
   gunzip /usr/share/doc/rsync/scripts/rrsync.gz -c > /root/bin/rrsync   gunzip /usr/share/doc/rsync/scripts/rrsync.gz -c > /root/bin/rrsync
   chmod +x /root/bin/rrsync   chmod +x /root/bin/rrsync
   chown root:root /root/bin/rrsync   chown root:root /root/bin/rrsync
linux/network/ssh.txt ยท Last modified: 2021/03/29 01:18 by tkilla