Skip to content

anthill/pheromon_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client for pheromon

Install raspbian lite

wget https://downloads.raspberrypi.org/raspbian_lite_latest
unzip 
# do diskutil list to see where the SD card is mounted
diskutil unmountDisk /dev/diskX
sudo dd if=2016-05-10-raspbian-jessie-lite.img  of=/dev/rdiskX bs=8m
# you can now log in with (passwd: raspberry)
ssh [email protected]
sudo su
cd
mkdir .ssh
# add the content of your computer ~/.ssh/id_rsa.pub to the rpi .ssh/authorized_keys
apt-get update
apt-get install -y python

mosquitto_passwd -c /etc/mosquitto/passwd gip

opentunnel 2200 22 [email protected] ssh -l root -p 2200 -o StrictHostKeyChecking=no localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published