This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:ssh [2021/10/09 09:35] vizycam |
wiki:ssh [2022/02/18 23:28] (current) freed punctuation on last sentence |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Connecting to Vizy via SSH ====== | ====== Connecting to Vizy via SSH ====== | ||
| - | You can connect to Vizy via SSH with an SSH client. Just run the client and point to ''%%vizy.local%%'' and use the ''%%pi%%'' username. From Windows 10, Linux, and MacOS you can connect easily from the command line: | + | You can connect to Vizy using an SSH client. Just run the client, point to ''%%vizy.local%%'' and use the ''%%pi%%'' username. |
| + | |||
| + | If you're running Windows 10, Linux, or MacOS you can do this easily from the command line: | ||
| ssh vizy.local -l pi | ssh vizy.local -l pi | ||
| | | ||
| - | (If you're like us, you were also surprised to find that Windows 10 has SSH support -- just bring up the command line by typing "cmd" in search box. The command above will work. :-)) | + | (If you're like us, you were also surprised to find that Windows 10 has SSH support -- just bring up the command line by typing ''%%cmd%%'' in the search box. The above command will get you connected. :-)) |
| + | |||
| + | The default password is ''%%raspberry%%''. | ||
| + | |||
| + | ===== Changing the password ===== | ||
| + | |||
| + | SSH usernames and passwords are tied to the user accounts in Linux. You can change the password by running ''%%passwd%%'' from within the SSH session. | ||
| + | |||
| + | {{wiki:image_465.jpg}} | ||
| | | ||
| + | ===== SSH-like ===== | ||
| + | |||
| + | You can also bring up a shell from within a Web browser by clicking on the ☰ icon in the upper right corner and selecting **Shell**. (Please refer to the [[wiki:vizy_getting_started|getting started guide]] if you need help with connecting to your Vizy, etc.) One advantage of this method is that you don't need an SSH client. | ||
| + | |||
| + | {{wiki:image_448.jpg}} | ||
| + | |||
| + | {{wiki:image_464.jpg}} | ||
| + | |||
| + | Note, the password for this method of shell access is tied to the Vizy accounts -- in particular, the accounts with admin level access. | ||