website/services/ssh.md

47 lines
1.0 KiB
Markdown
Raw Normal View History

---
title: Shell/SSH Service;
layout: page
---
2020-05-01 15:14:22 +02:00
Luon has several servers, but only one server provides shell/SSH access for its
users: Target.
To access the shell, use: `ssh user@target.luon.net`.
2020-05-01 15:14:22 +02:00
Note that there are some servers that have `luon.net` in their hostname -- such
as `void.luon.net` -- and that you might have an account there, but it has
nothing to do with your Luon account.
## Shell
2020-05-01 15:14:22 +02:00
Target currently has several shells installed:
2020-05-01 15:14:22 +02:00
* [Bash](https://www.gnu.org/software/bash/)
* [Fish](https://fishshell.com/)
* [Zsh](http://zsh.org)
To change your shell, log in via SSH and run:
2020-05-01 15:14:22 +02:00
```console
$ chsh
2020-05-01 15:14:22 +02:00
Password: ...
Changing the login shell for ...
Enter the new value, or press ENTER for the default
Login Shell [...]:
```
2020-05-01 15:14:22 +02:00
To keep your session running past loggin out, Target both has `screen` and
`tmux` installed.
## Password
2020-05-01 15:14:22 +02:00
The shell on Target is currently the only way to change your password.
To change it, log in via SSH and run:
```console
$ passwd
2020-05-01 15:14:22 +02:00
Changing password for ....
Current password: ...
```