Skip to content

Instantly share code, notes, and snippets.

@dewomser
Last active October 14, 2024 15:31
Show Gist options
  • Save dewomser/515ec0ddaca7556400c4736d11075df5 to your computer and use it in GitHub Desktop.
Save dewomser/515ec0ddaca7556400c4736d11075df5 to your computer and use it in GitHub Desktop.
Smart use of sftp and token, Can be used on KDE and dolphin
Sftp- Shares und Dolphin ist kein Problem solange man das mit User und Passwort macht. => Netzwerk =>Mausklick
So funtioniert es auch mit Dolphin , User und #Token.
Füge in die Datei ~/.ssh/config solche Zeilen ein
Host strato42
Hostname h1234.serverkompetenz.net
User lolo
Port 22
IdentityFile /home/lolo/strato-token.txt
Danach funktioniert in der Dolphin diese Eingabezeile (gerne auch als User root 🙄 )
sftp://strato42/home/lolo/
Für die Kommandozeile:
ssh strato42
sftp strao42
… hat bei mir funktioniert 👍
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment