OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 3.138.69.45,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Network » Misc » sshterm.lha

SSHTerm

Description: SSH client with builtin terminal emulation
Download: sshterm.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 172kb
Version: 1.9
Date: 13 Dec 2022
Author: Fredrik Wikström
Submitter: Samir Hawamdeh
Homepage: https://github.com/salass00/sshterm
Requirements: AmiSSL 4.4 or newer
Category: network/misc
Replaces: network/misc/sshterm.lha
License: GPL
Distribute: yes
Min OS Version: 4.1
FileID: 12344
 
Videos:
Comments: 5
Snapshots: 0
Videos: 1
Downloads: 147  (Current version)
509  (Accumulated)
Votes: 13 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
SSHTerm is SSH client with a built in (xterm-256color) terminal emulation based
on an enhanced version of libtsm.

Requirements:

- AmigaOS 4.1 update 6 or newer

- AmiSSL 4.4 or newer (https://github.com/jens-maus/amissl/releases).

Usage:

Run from CLI with commandline template:

HOSTADDR/A,PORT/N/K,USER/A,PASSWORD,NOSSHAGENT/S,KEYFILE/K,MAXSB/N/K

HOSTADDR is the IP address or domain name of the SSH server.

PORT is the port number (defaults to 22).

USER is the user name.

PASSWORD is the login password or key file passphrase depending on the
authentication method used. If this argument is left out a password requester
will be used instead.

NOSSHAGENT stops the program from attempting to connect to ssh-agent.

KEYFILE can be used to change the key file used for public key authentication
(defaults to "$HOME/.ssh/id_rsa" or "HOME:.ssh/id_rsa").

MAXSB is the maximum number of lines stored in the scrollback buffer (set to
zero to disable this feature). The default value is 2000 lines.

To connect to SSH server example.org using port 123 and user name "testuser":

SSHTerm example.org PORT 123 testuser

Known issues:

- If the backspace key is not working correctly in the sudo password prompt it
  might be that the remote terminal is set to expect a different sequence for
  erase than ^H which is what libtsm is sending (you can check using
  "stty -a"). If so you can fix this by typing "stty erase ^H" in the client
  terminal.

To Do:

- Implement a configuration GUI so that running from CLI is no longer needed.

- Implement full unicode support using the outline font engine API.

Source code:

The full source code of SSHTerm is available under GPL license on github:

https://github.com/salass00/sshterm




Copyright © 2004-2024 by Björn Hagström All Rights Reserved