Dropbear: Difference between revisions

Line 108: Line 108:
===Commands to use scp without password request===
===Commands to use scp without password request===


Form host:
$ scp <file> user@host:/<location>
Form target:
  $ scp <file> user@host:/<location> -i /etc/dropbear/dropbear_rsa_host_key
  $ scp <file> user@host:/<location> -i /etc/dropbear/dropbear_rsa_host_key
130

edits