@balaton
Thank you.
@all ( because tools with AmigaOS are different )
The steps look right
Clearly the difficulty is with Amicygnix
as mentioned, WinUAE must be set aside and rightly so.
Instead let's switch to qemu because that's what we're working on
So to work better now I use real machine (LINUX)
1)launch Amicygnix
2)SSHTerm=IP user=white
3)password OK (I'm inside the terminal)
4)export DISPLAY=:10
5)xhost
access control enabled, only authorized clients can connect
YES:localuser:white
launch:
Firefox or FFPlay
is I get:
Invalid MIT-MAGIC-COOKIE-1 key
Error: cannot open display: :10
only the MAGIC-COOKIE is missing
my difficulty is understanding with AmiCygnix what I have to do is which ones
issuing commands using "SSHTerm"
README SSHTERM:
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 GUI configuration 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/sshtermTHEN I also have OpenSSH in AmiCygnix in the /BIN folder:
BUT IT IS DATED 03 Jul 2010
README OPENSSH (AMIGAOS):
This is a port of the OpenSSH tools to AmigaOS.
The list of tools provided includes:
ssh
scp
sftp
ssh-keygen
ssh-keyscan
ssh-keysign
ssh-agent
ssh-add
how do I proceed now side "AmigaOS" and "Linux"
Thank you.
Edited by white on 2023/7/8 14:41:54
Edited by white on 2023/7/8 14:43:49