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 \ [email protected] #cheers #/j
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

