Maxim Lihachev 11 years ago
parent
commit
a028d21615
  1. 6
      .gitignore
  2. 12
      etc/net/ssh/config

6
.gitignore vendored

@ -11,10 +11,8 @@ etc/media/mpdscribble/mpdscribble.conf
etc/net/snownews etc/net/snownews
etc/net/ssh/id_rsa etc/net/ssh/*
etc/net/ssh/id_rsa.pub !config
etc/net/ssh/known_hosts
etc/net/ssh/sessions
etc/shell/cw etc/shell/cw

12
etc/net/ssh/config

@ -11,6 +11,13 @@ Host t-o
HostName 85.192.165.42 HostName 85.192.165.42
Port 1023 Port 1023
Host dc
User taxi
HostName 193.169.52.76
Host dc-v-sites
HostName 193.169.52.78
Host atpl Host atpl
User root User root
HostName 193.169.52.221 HostName 193.169.52.221
@ -28,3 +35,8 @@ Host pi
User pi User pi
HostName 192.168.0.49 HostName 192.168.0.49
Host aws
User ubuntu
HostName 54.72.210.58
IdentityFile ~/.ssh/aws.pem

Loading…
Cancel
Save