What is SSH?

General support for the Pi-Star System
Post Reply
K2CQW
Posts: 40
Joined: Mon Jun 08, 2020 11:44 pm
Location: FM28ep

What is SSH?

Post by K2CQW »

That's it, what in the name of all that is holy is SSH? It sounds like one logs in on the RPi itself. I have worked with the RPi3B+ building fldigi and wsjt-x, now I am exploring mmdvm and nextion stuff. 73
73 de John K2CQW
K2CQW
Posts: 40
Joined: Mon Jun 08, 2020 11:44 pm
Location: FM28ep

Re: What is SSH?

Post by K2CQW »

Aha, like BASH. All is now made clear unto me. Thanks.
73 de John K2CQW
iz5wga
Posts: 35
Joined: Tue Apr 16, 2019 7:50 pm

Re: What is SSH?

Post by iz5wga »

Well actually it is not like bash.

Bash is a shell, such as zsh, sh, tsh and so on. SSH is a daemon you connect to to gain access to your system. If you just run ssh daemon on an host you can
- log into that host and gain access to your user's command line shell (bash, zsh, ...)
- transfer files within hosts, with its transfer protocol sftp, scp, winscp, filezilla
- gain access to the window manager (such as Gnome, xfce, kde... ) with the X11 transfer
- create socks tunnels
- create ssh tunnels to redirect remote ports on on local computer and viceversa

In case of pi-star you are mostly using the "log into and gain access to pi-star bash shell (intended as user "pi-star", whose password is "raspberry" of the Pi-STAR system)" =)

'73 IZ5WGA
Post Reply