Skip to content

puutaro/sshTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sshTerminal.js


SSH access terminal emulator @puutaro

Table of Contents

Installation


  1. Install ComamndClick to your android by this link
  2. Set up Ubuntu by this link
  3. Install this fannel by install repo or QR code

Screenshots


Usage


Enable Ssh access by dialog

  • Mainly aim to "touch input"

keyPhase table in dialog

phase example
NO no use ssh key
SET_UP set up ssh key
USE ssh access by ssh key

Toolbar buttons

Play Button

Launch ssh dialog

Cmd Variables


This terminal aim for "key input omission oriented"

Keyboard

This keyboard squeeze most frequent key. If, You wont to other key, tap dropdown in three row.

  • Input -> prompt by suggest

cmdInput

Retrieve pre-registerd command.

How to register cmd

  1. Type one linear command you wont to register.
  2. Press "RG" button

How to exec registered cmd

  1. Tap dropdown.
  2. Select one from command list.
  • "-" is escape that you execute command in drop down.
  • If you wont to edit keys file, this is bellow.

sshTerminalDir/list/cmdList.txt

REGISTER_EXTRA_KEY

Register user difinition key.

  1. Type string for key.
  2. Press "RG_EX_KEY"
  • If you wont to edit keys file, this is bellow.

sshTerminalDir/list/extraKeyList.txt

Modifier kind table

Modifier example
ctrl+shift+alt ctrl+shift+alt+r -> ctrl_shift_alt___r
ctrl+shift ctrl+shift+v -> ctrl_shift___v
ctrl+alt ctrl+alt+c -> ctrl_alt___c
ctrl ctrl+z -> ctrl___z
shift shift+a -> shift___a
alt alt+b -> alt___b
  • Modifier key conbination concat by ___.

Acknowledge


This Fannel is used to bellow repo as core library. webssh