hw-1

raspberry pi3 wifi config

###change ssh default keys

1
rm /etc/ssh/ssh_host_*

###dpkg-reconfigure openssh-server

1
service ssh restart

###config wifi

1
2
3
4
5
6
7
vim /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid “your network name”
wpa-psk “the network password”
//restart
service networking restart

###list pci

1
2
apt install pciutils
lspci