Last active
October 14, 2024 15:31
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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