...
The hostname and port information displayed with the server startup is needed later (see "Server::start -host ...").
Locally, the StarCCM client requires a password-less SSH connection, however du to security reasons NHR@ZIB allows password protected ssh keys only. To resolve this conflict on Linux/Mac systems run a ssh-agent in the background:
Codeblock | ||||
---|---|---|---|---|
| ||||
ssh-add ~/.ssh/your_private_key |
...