This software has been compiled with the m68k-atari-mintelf cross-tools.
Original links | |
| Homepage: | https://www.openssh.com/ |
| Original download: | https://www.openssh.com/portable.html#http |
| Patch repository: | https://github.com/vinriviere/openssh/ |
Sources | |
| Original sources: | openssh-9.6p1.tar.gz (1 MB) |
| MiNT ELF patch: | openssh-9.6p1-mintelf-20240123.patch.xz (1.6 KB) |
68000 binaries for MiNT | |
| 68000 binary: | openssh-9.6p1-mintelf-20240123-bin-mintelf-20240215.tar.xz (2 MB) |
| 68000 build script: | openssh-9.6p1-mintelf-20240123-bin-mintelf-howto.txt (1.3 KB) |
ColdFire binaries for MiNT | |
| ColdFire binary: | openssh-9.6p1-mintelf-20240123-bin-mintelfv4e-20240215.tar.xz (2 MB) |
| ColdFire build script: | openssh-9.6p1-mintelf-20240123-bin-mintelfv4e-howto.txt (1.3 KB) |
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
nogroup group (if not existing)./etc/group file, and and add the following line:
nogroup::65534:
sshd user (if not existing)./etc/passwd file, and and add the following line:
sshd:*:136:65534::/var/run/sshd:/sbin/nologinYou can check the result using:
$ id sshd uid=136(sshd) gid=65534(nogroup) groups=65534(nogroup)
root.
passwdNote: Connecting using other accounts is currently unsupported.
sshd to allow empty passwords./etc/ssh/sshd_config file, and and add the following line:
PermitEmptyPasswords yes
root account using login/password is disabled./etc/ssh/sshd_config file, and and add the following line:
PermitRootLogin yes
dhclient command to get an automatic IP address
from DHCP, or use a static IP address.ifconfigImportant: You will need this server IP address (or associated DNS name) in order to connect remotely.
sshd from a terminal.
cd / /usr/sbin/sshd -e
sshd this way:
/usr/sbin/sshd -d
/usr/sbin/sshd -d,
you will see the error User root not allowed because shell /bin/bash is not executable.
Solution is to upgrade ARAnyM (when available) or to use an ext2 partition instead of hostfs.