diff --git a/.gitignore b/.gitignore index f6e9c81..e5e54ff 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,11 @@ etc/media/mpdscribble/mpdscribble.conf etc/net/snownews +etc/net/ssh/id_rsa +etc/net/ssh/id_rsa.pub +etc/net/ssh/known_hosts +etc/net/ssh/sessions + etc/shell/cw etc/soft/antiword diff --git a/etc/net/ssh/config b/etc/net/ssh/config new file mode 100644 index 0000000..4ccbe45 --- /dev/null +++ b/etc/net/ssh/config @@ -0,0 +1,30 @@ +Host * + ControlMaster auto + ControlPath /home/%u/.ssh/sessions/%h_%p_%r + +Host kb + User root + HostName 193.169.52.214 + +Host t-o + User root + HostName 85.192.165.42 + Port 1023 + +Host atpl + User root + HostName 193.169.52.221 + +Host atpl-v-sites + User root + HostName 192.168.115.50 + ProxyCommand ssh -t -t atpl -W %h:%p + +Host office + User root + HostName 192.168.0.12 + +Host pi + User pi + HostName 192.168.0.49 + diff --git a/etc/rc.linux-gnu b/etc/rc.linux-gnu index 18a2e3a..e7e236b 100644 --- a/etc/rc.linux-gnu +++ b/etc/rc.linux-gnu @@ -22,6 +22,7 @@ # [ Net ] ++ net/ssh ~ - net/rtorrent/rtorrent.rc ~ + net/lftp/lftprc ~ + net/snownews ~