slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) (/showthread.php?tid=5868) |
RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 10-26-2019 update: - kernel 4.4.197 - update all packages Fri Oct 25 04:43:47 UTC 2019 slarm64-current-aarch64-base-rootfs-14Oct19-4.4.197-rock64-build-20191026.img.xz slarm64-current-aarch64-base-rootfs-14Oct19-4.4.197-rock64-build-20191026.img.xz.md5 slarm64-current-aarch64-xfce-rootfs-14Oct19-4.4.197-rock64-build-20191026.img.xz slarm64-current-aarch64-xfce-rootfs-14Oct19-4.4.197-rock64-build-20191026.img.xz.md5 RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 11-03-2019 kernel 5.4.0-rc5 kernel-firmware-rk3328-5.4.0-rc5-aarch64-1mara.txz kernel-headers-rk3328-5.4.0-rc5-aarch64-1mara.txz kernel-modules-rk3328-5.4.0-rc5-aarch64-1mara.txz kernel-rk3328-5.4.0-rc5-aarch64-1mara.txz updates: download all files run in console: Code: upgradepkg --install-new *rk3328-5.4.0-rc5* RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 01-28-2020 update:
slarm64-current-aarch64-base-rootfs-20200118-4.4.211-rock64-build-20200127.img.xz slarm64-current-aarch64-base-rootfs-20200118-4.4.211-rock64-build-20200127.img.xz.md5 slarm64-current-aarch64-xfce-rootfs-20200118-4.4.211-rock64-build-20200127.img.xz slarm64-current-aarch64-xfce-rootfs-20200118-4.4.211-rock64-build-20200127.img.xz.md5 [url=http://dl.fail.pp.ua/slackware/images/rock64/slarm64-current-aarch64-xfce-rootfs-20200118-4.4.211-rock64-build-20200127.img.xz.md5][/url] RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 04-05-2020 (01-28-2020, 12:36 PM)mara Wrote: update: Did the default username:password changed? I failed to log in with neither root:'none' nor root:password. Edit: I am accessing rock64 via ssh directly. RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 04-07-2020 (04-05-2020, 02:46 PM)Enig123 Wrote:(01-28-2020, 12:36 PM)mara Wrote: update: all is left at the first boot and the second boot (automatically after the first), the root password is applied. login: root password: password RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 04-07-2020 (04-07-2020, 11:51 AM)mara Wrote: all is left Why I am still got access denied from ssh client? I have double checked the login credential, after watched the Rock64 reboot. RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - aaditya - 04-07-2020 (04-07-2020, 12:39 PM)Enig123 Wrote:(04-07-2020, 11:51 AM)mara Wrote: all is left root login via password could be disabled for ssh. Can try from following options: * Creating another account * Using a key pair for root * Editing /etc/ssh/sshd_config to enable root login via password RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - Enig123 - 04-08-2020 (04-07-2020, 11:34 PM)aaditya Wrote: root login via password could be disabled for ssh. Can try from following options: What kind of hardware do I need to do that? I don't have any input/output device attached to the Rock64 for now. RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - michel_luc - 04-08-2020 (04-08-2020, 10:42 AM)Enig123 Wrote:(04-07-2020, 11:34 PM)aaditya Wrote: root login via password could be disabled for ssh. Can try from following options: Probably the same hardware you used to create your microsd in the first place. For example, insert the microsd in a laptop, mount it, then edit /etc/ssh/sshd_config adding the line: PermitRootLogin yes This should permit root login, but you should probably add a user account once you've ssh'd in, then delete PermitRootLogin from /etc/ssh/ssd_config. In the future you would ssh in with the user account and use su or sudo instead of logging in directly as root. Safer that way. All this is from arm.slackware.com, btw. A good resource. RE: slarm64 (unofficial slackware) Rock64 RK3328 (aarch64) - mara - 04-09-2020 after writing to sdcard, try to fix the configuration /<mount point sdcard>/etc/ssh/sshd_config and change the parameter #PermitRootLogin prohibit-password PermitRootLogin prohibit-password and #PasswordAuthentication yes PasswordAuthentication yes |