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 @@ -11,10 +11,8 @@ 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/net/ssh/*
!config
etc/shell/cw

12
etc/net/ssh/config

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

Loading…
Cancel
Save