After a fresh install of 14.3-RELEASE amd64,
MacOS Visual Studio Code 1.102.0 (Universal) Remote SSH from macOS fails to log in.
Its almost working, so what am I missing?
FreeBSD console displays
This is how I configured FreeBSD
On MacOS, added to ~/.ssh/config
and enabled the VSCode Settings for Remote.SSH: Enable Remote Command.
MacOS Visual Studio Code 1.102.0 (Universal) Remote SSH from macOS fails to log in.
Its almost working, so what am I missing?
FreeBSD console displays
Code:
linux jid 0 pid 2567 (tokio-runtime-w): syscall pid_open not implemented
Jul 13 17:00:07 repeater sshd-session[2584]: error: PAM: Authentication error for rpt from 192.168.1.35
# but sometimes.
linux jid 0 pid 2567 (tokio-runtime-w): syscall pid_open not implemented
linux jid pif 2061 (node): syscall io_uring_setup not implemented
linux jid pif 2061 (node): inotify_ini1 not implemented
linux jid pif 2061 (node): syscall io_uring_setup not implemented
Code:
freebsd-update fetch
freebsd-update install
pkg install nano openmdns
# appended to /etc/rc.conf, making the server advertise itself as repeater.local
# mdnsd_enable="YES"
# mdnsd_flags="igc0"
pkg install emulators/linux_base-rl9 # where 'linux-rl9-libsigsegv' was recently merged
sysrc linux_enable="YES"
service linux start
cat /etc/rc/conf
hostname="repeater"
ifconfig_igc0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
moused_nondefault_enable="NO"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
mdnsd_enable="YES"
mdnsd_flags="igc0"
linux_enable="YES"
Code:
Host Repeater-BSD
HostName repeater.local
User rpt
RequestTTY force
RemoteCommand /compat/linux/usr/bin/bash