2024-01-03 19:48:13 +01:00
|
|
|
# Working remotely via ssh
|
|
|
|
{:.no_toc}
|
|
|
|
|
|
|
|
<nav markdown="1" class="toc-class">
|
|
|
|
* TOC
|
|
|
|
{:toc}
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
## Top
|
|
|
|
|
|
|
|
Develop your code with [VS code remotely via a ssh connection](https://code.visualstudio.com/docs/remote/ssh).
|
|
|
|
|
|
|
|
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
We need to install the Remote ssh extension
|
|
|
|
|
2024-01-03 19:49:22 +01:00
|
|
|
![image0](image0.png)
|
2024-01-03 19:48:13 +01:00
|
|
|
|
|
|
|
and these one too:
|
|
|
|
|
2024-01-03 19:49:22 +01:00
|
|
|
![image1](image1.png)
|
2024-01-03 19:48:13 +01:00
|
|
|
|
|
|
|
However, the second one should be installed automatically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
```
|