User Tools

Site Tools


putty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
putty [2016/04/20 08:24] – created skipidarputty [2023/10/26 06:02] (current) skipidar
Line 2: Line 2:
  
 == Upload file == == Upload file ==
 +Upload folder **downloads** 
 +to home of of user **theuser** on **10.0.0.198**
 +
 +<code>
 +scp -i poc_key_internal -r downloads/ theuser@10.0.0.198:"~"
 +</code>
 +
 +
 +== Connecting using arguments ==
 +
 +<code>
 +"D:\Programme\Putty\putty.exe" vagrant@127.0.0.1 -pw vagrant -P 2222 -i D:/1PROJEKTE/Vagrant/PUBLIC/Docker/.vagrant/machines/default/virtualbox/private_key
 +</code>
 +
 +
 +=== Keep Alives ===
 +
 +Putty loses its connections after a short while
 +
 +https://orahow.com/keep-putty-ssh-connection-alive/
  
putty.1461140658.txt.gz · Last modified: (external edit)