From 470d6c18fca2928d4079d86abd94d085c647a5f6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 27 May 2007 14:08:26 +0000 Subject: [PATCH] 'upgpkg: added xterm terminfo and updated ssh_config to latest status' --- etc/remote/ssh_config_ssh | 4 +++- install/arch-remote | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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"