copy a file from smartphone to pc

Joerg Reisenweber joerg at openmoko.org
Thu May 7 17:15:32 CEST 2009


Am Mi  6. Mai 2009 schrieb George Brooke:
>(particularly good if you have different 
> installs with different ssh keys and you don't want to keep editing your 
> known_hosts file.

#!/bin/sh
/sbin/ifconfig usb0 192.168.0.200 netmask 255.255.255.0
/sbin/route add -host 192.168.0.202/32 dev usb0

#ssh to Neo without contantly being nagged about known_hosts
ssh \
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
root at 192.168.0.202

#cheers
#/j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.openmoko.org/pipermail/community/attachments/20090507/5676cf0f/attachment.pgp 


More information about the community mailing list