taliaferro

taliaferro

Good morning folks,
I’m new to Elixir and have a project I’d like to build, but I think I might be a little out of my depth.
I want to make an SSH server which, instead of presenting a command prompt, presents a simple game in the terminal.

I’ve found jbenden/esshd and a couple of small examples of Erlang’s own :ssh module. However, all the examples I can find seem to accept input line by line. The user types a command then the user presses enter, then the full line they typed is sent to the server and my code can read it and do something with it.

I’m wondering if this is a gap in my knowledge about how SSH works. With a normal command-line application, I know there are arcane escape sequences I can send to any given terminal emulator that will put it into raw/non-canonical mode; all nicely abstracted away behind ncurses so I don’t have to think about them.
But in this application, there is no terminal, at least not one I’m aware of.
By what mechanism can I signal to an SSH client that as soon as the user presses an arrow key, I want to hear about it?

Showing Posts 1 to 2

marcin

marcin

Hi!

Not exaclty grasping if you really want to run your ssh server or you just want to run a custom shell, but it will be probably worth reading on:

  • terminal emulator
  • shell (eg bash)
  • ANSI escape codes

It seems that you just need to run standard ssh but have a different shell (then bash) set for a user.

The special codes that are sent by the shell app are interpreted by you ur terminal emulator (eg gnome terminal) and the SSH server just passes them through as strings.

taliaferro

taliaferro OP

Hi Marcin! Thanks for your suggestion.
I should clarify – for the sake of security, and the simplicity of the design, I don’t want to just make a custom shell and put it behind sshd.
I want to use the SSH daemon module included with OTP; that way the server and all the application logic can be part of the same application, and I could handle many concurrent clients in parallel as separate processes.

I have looked at ANSI escape codes, but to the best of my knowledge there’s no way to put a terminal into non-canonical mode using escape sequences alone. The thing that seems to do what I need is termios, but I’m not sure how that’d work over SSH, or how I could interface with it from Elixir.

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews