Is there a way to set-up piCorePlayer with a .local (so that I can ssh
with [email protected])

You could set up ~/.ssh/config with the following content:

Host pcp
        User tc
        HostName picoreplayer.local
        IdentityFile ~/.ssh/youridentityfile.pem


IdentityFile is optional but would save you entering the password. HostName could be the IP address. You then log in using:

ssh pcp

--

Michael
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to