Changes between Initial Version and Version 1 of Ticket #779, comment 3
- Timestamp:
- 08/27/14 19:20:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #779, comment 3
initial v1 1 i am typing "sftp parrot" 1 The following: 2 2 3 {{{ 3 4 Host puffin puffin.transitionnetwork.org 4 5 Hostname puffin.transitionnetwork.org … … 9 10 IdentityFile ~/.ssh/id_rsa_tn 10 11 User annesley 12 }}} 13 14 Should be changed to: 15 16 {{{ 17 Host puffin 18 Hostname puffin.transitionnetwork.org 19 IdentityFile ~/.ssh/id_rsa_tn 20 User anewholm 21 Host parrot 22 Hostname parrot.transitionnetwork.org 23 IdentityFile ~/.ssh/id_rsa_tn 24 User annesley 25 }}} 26 27 The you should be able to do: 28 29 {{{ 30 sftp puffin 31 }}} 32 33 And: 34 35 {{{ 36 sftp parrot 37 }}}