When I want to connect on my raspberry with the terminal via SSH, I have to do :
ssh pi@raspberry
I know the raspberry is the hostname, but what is pi@?
Thanks!
When I want to connect on my raspberry with the terminal via SSH, I have to do :
ssh pi@raspberry
I know the raspberry is the hostname, but what is pi@?
Thanks!
The format for the SSH command is:
ssh user@hostname
In this case, you're saying:
"Create an SSH session to hostname raspberry as user pi.