Changes
Page history
Create home
authored
Mar 04, 2020
by
Jonathan Lambrechts
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
92d64dad
## connect to ampl virtual machine from os x
add those lines in your "~/.ssh/config
```
Host braque
HostName braque.mema.ucl.ac.be
User yourlogin
Host AMPL_MEMA
HostName leech.mema.ucl.ac.be
Port 2223
User yourlogin
ProxyCommand ssh -q braque nc %h %p $*
```
## transfer files from os x
\ No newline at end of file