OS/2, eCS & ArcaOS - Technical > Applications
ssh - sshd
Andi B.:
I now can start sshd. F.i. from bash -
--- Code: ---{0}[p:\etc\ssh] bash
P:\USR\BIN\bash.exe-5.0# /usr/sbin/sshd -D
--- End code ---
Sort of connection does work but can't do anything like can be done on linux hosts.
I had to create keys with -
--- Code: ---ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key
ssh-keygen -t ed25519 -f /etc/ssh/ssh_host_ed25519_key
--- End code ---
j:
sshd -D starts after the host keys are created (not sure what's the different between the above and ssh-keygen -A); but I can't login via password or by adding my private key to authorized_keys in my homedir). I'm using openssh-server from bitwise/netlabs; the latest to date.
Digi:
--- Quote from: jerome ibanes on July 11, 2023, 12:43:49 am ---sshd -D starts after the host keys are created (not sure what's the different between the above and ssh-keygen -A); but I can't login via password or by adding my private key to authorized_keys in my homedir). I'm using openssh-server from bitwise/netlabs; the latest to date.
--- End quote ---
I have the same problem. Has anyone managed to log in?
Navigation
[0] Message Index
[*] Previous page
Go to full version