┌──(rnjn㉿kali)-[~/PycharmProjects/DigiRasp]
└─$ sudo ssh pi@192.168.1.40 255 ⨯
The authenticity of host '192.168.1.40 (192.168.1.40)' can't be established.
ED25519 key fingerprint is SHA256:KeTgtMvFfOQTH2nzpkOIb07kKYAorBLlCXM94MYGpC0.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.1.40' (ED25519) to the list of known hosts.
pi@192.168.1.40's password:
Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 14 12:17:11 2022
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
pi@raspberrypi:~ $ client_loop: send disconnect: Broken pipe
┌──(rnjn㉿kali)-[~/PycharmProjects/DigiRasp]
└─$ sudo ssh pi@192.168.1.40 255 ⨯
pi@192.168.1.40's password:
Permission denied, please try again.
pi@192.168.1.40's password:
Permission denied, please try again.
pi@192.168.1.40's password:
Linux raspberrypi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 14 12:22:33 2022
SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
pi@raspberrypi:~ $ python3 main.py client_loop: send disconnect: Broken pipe
┌──(rnjn㉿kali)-[~/PycharmProjects/DigiRasp]
└─$ scp -r setPointDialog.py pi@192.168.1.40:/home/pi/DigiRasp 255 ⨯
pi@192.168.1.40's password:
setPointDialog.py 100% 6690 737.5KB/s 00:00
┌──(rnjn㉿kali)-[~/PycharmProjects/DigiRasp]
Comments