Skip to content

Commit

Permalink
ssh - more details
Browse files Browse the repository at this point in the history
  • Loading branch information
balbuze committed Sep 15, 2018
1 parent eee22cd commit 08d2b87
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
37 changes: 34 additions & 3 deletions docs/00_User_Manual/06_SSH.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,41 @@
## SSH access on volumio

user: volumio
When SSH is activated on Volumio (see below how to) you can access your device using:

password: volumio
From __Windows__ : [Putty](https://putty.org/)

For security reasons, SSH is disabled by default on all versions after 2.199 (except first boot). It can be however enabled very easily.
From __Linux__ : commande ssh from a terminal

From MacOs [openssh](https://www.macupdate.com/app/mac/5675/openssh#)

Once it is ready, use to log in:

* user: volumio

* password: volumio

Example (linux) : `ssh volumio@192.168.1.54`

Type `Enter`. It retruns:

`volumio@192.168.1.54's password:`

Type `volumio` (password, case sensitive) and `Enter`

And here you are !

<img src="./img/log_ssh.png">

From here you can get a full access to your device.
Some command requires Root privilèges. To do that use `sudo` with password `volumio`

example `sudo nano /etc/samba/smb.conf`

__WARNING!__ You can damage your __Volumio__ with `sudo`. Editing system files may prevent __Volumio__ to be updated over the air (integrity check will fail).

## How to enable SSH

For security reasons, SSH is disabled by default on all versions after 2.199 (except first boot). It can be however enabled very easily. See below!

### First method: DEV UI (easy)

Expand Down
Binary file added docs/00_User_Manual/img/log_ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

&nbsp;
## Welcome to Volumio's documentation
#### _(update September 5th 2018)_
#### _(update September 15th 2018)_


__Volumio__ is a free and Open Source Linux Distribution, designed and fine-tuned exclusively for music playback. It runs on a variety of devices, typically small and cheap computers like the Raspberry PI, but also on low power PCs, notebooks or thin clients.
Expand Down

0 comments on commit 08d2b87

Please sign in to comment.