Author Topic: ssh - sshd  (Read 12550 times)

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: ssh - sshd
« Reply #15 on: February 26, 2023, 04:51:58 pm »
I now can start sshd. F.i. from bash -
Code: [Select]
{0}[p:\etc\ssh] bash
P:\USR\BIN\bash.exe-5.0# /usr/sbin/sshd -D
Sort of connection does work but can't do anything like can be done on linux hosts.

I had to create keys with -
Code: [Select]
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

j

  • Newbie
  • *
  • Posts: 27
  • Karma: +1/-0
    • View Profile
Re: ssh - sshd
« Reply #16 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.

Digi

  • Jr. Member
  • **
  • Posts: 60
  • Karma: +3/-0
  • http://os2.snc.ru/
    • View Profile
    • OS/2 ports and applications
Re: ssh - sshd
« Reply #17 on: November 22, 2023, 11:31:42 pm »
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.

I have the same problem. Has anyone managed to log in?