Browse Source

bash: добавлены настройки ssh

master
Maxim Likhachev 11 years ago
parent
commit
6e1a7af880
  1. 5
      .gitignore
  2. 30
      etc/net/ssh/config
  3. 1
      etc/rc.linux-gnu

5
.gitignore vendored

@ -11,6 +11,11 @@ etc/media/mpdscribble/mpdscribble.conf @@ -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

30
etc/net/ssh/config

@ -0,0 +1,30 @@ @@ -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

1
etc/rc.linux-gnu

@ -22,6 +22,7 @@ @@ -22,6 +22,7 @@
# [ Net ]
+ net/ssh ~
- net/rtorrent/rtorrent.rc ~
+ net/lftp/lftprc ~
+ net/snownews ~

Loading…
Cancel
Save