Reputation: 1142
I'm able to access google coral via putty using same network. But is it possible to access google coral using different network (like VNC server)
Regards Rahul
Upvotes: 0
Views: 726
Reputation: 1142
I've solved the problem. Checked with google support officially you can't connect google coral with different network. But incase if you want to connect within same network this is how you will connect.
Upvotes: 1
Reputation: 89
If you would like to access the google coral through remote ssh e.g. putty or another ssh service you can change the ssh permissions:
sudo nano /etc/ssh/sshd_config
and set:
ChallengeResponseAuthentication yes
PasswordAuthentication yes
save the file and restart the ssh service:
sudo systemctl restart ssh
Remote ssh should work now. To get the vnc server working the coral would need a GUI which it does not have.
Upvotes: 2