SSH with calmcode
SSH Videos
Nützliche Referenzen
CAP & Data Science Plattform
Putty
Connect IDE with remote server
Set up SSH for GitHub authentication
Create SSH Key Pairs
- Best way to create keys because they are already in the right file format: Calmcode tutorial on making the keys (ab Min. 2:00 - linke Screeen-Seite ist der lokale PC). Praktische Anwendung des Wissens findet man hier.
- You can create SSH key pairs with Putty
- You can create keys in multiple ways as shown and explained here.
- You need to get the puplic key on to the server. There are multiple ways to do this → here
- One way to transfer files is to use SCP
<aside>
💡 Der private key sollten wir nicht verlieren!!! Deswegen sicherheitshalber eine Kopie machen und gut ablegen (z.B. auf Laufwerk H)
</aside>
Anmeldeinformationen speichern
Es ist manchmal nervig, da man ständig nach der Eingabe des Passworts gefragt wird. Dieses kann jedoch auch direkt in den Einstellungen hinterlegt werden, so das man es nicht immer manuell eingeben muss. Mehr dazu in der git-Doku.
Transfer files from A to B