E
E
eegmak2021-03-15 21:38:44
bash
eegmak, 2021-03-15 21:38:44

How to connect to e-book via ssh?

The e-book has access to run sh scripts.
Advise commands to understand whether it will be possible to get access via ssh or not?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2021-03-15
@bacon

command - ok google, "brand model ssh"

S
Saboteur, 2021-03-16
@saboteur_kiev

first, make sure that you have exactly bash, and not sh
echo $SHELL
; secondly, ssh and bash are completely different things, for the first, you need the sshd daemon to be running in the book, and 99% that it is not even installed there, because working with encryption protocols not for the weak CPU of the book.
but you can look at what is already running, and whether there is sshd there with something like
ps aux
services --status-al

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question