diff --git a/etc/remote/ssh_config_ssh b/etc/remote/ssh_config_ssh index 177521caa..95c6b5ca5 100644 --- a/etc/remote/ssh_config_ssh +++ b/etc/remote/ssh_config_ssh @@ -17,7 +17,7 @@ # list of available options, their meanings and defaults, please see the # ssh_config(5) man page. -# Host * +Host * # ForwardAgent no # ForwardX11 no # RhostsRSAAuthentication no @@ -42,3 +42,5 @@ # Tunnel no # TunnelDevice any:any # PermitLocalCommand no +HashKnownHosts yes +StrictHostKeyChecking ask \ No newline at end of file diff --git a/install/arch-remote b/install/arch-remote index e45930ed4..2895ab5fb 100644 --- a/install/arch-remote +++ b/install/arch-remote @@ -21,6 +21,7 @@ install () add_file "/etc/archboot/etc/remote/screen_pam" "/etc/pam.d/screen" add_file "/etc/archboot/etc/remote/rsyncd.conf" "/etc/rsyncd.conf" add_file "/etc/archboot/etc/remote/rsync_xinetd" "/etc/xinet.d/rsync" + add_file "/usr/share/terminfo/x/xterm" add_file "/etc/rc.d/portmap" add_file "/etc/rc.d/sshd" add_file "/etc/rc.d/xinetd"