Timeline for How do I sftp to a server if the username contains @ symbol
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 5, 2024 at 9:56 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 4.0 | fix -o syntax (thanks farness) |
| Mar 5, 2024 at 9:56 | comment | added | Gilles 'SO- stop being evil' | @farness Indeed, Port: was from the question but it should be Port=. | |
| Mar 5, 2024 at 5:29 | comment | added | farness | I don't know why but in my case replacing Port:8777 to Port=8777 worked sftp -o Port=8777 -o [email protected] example.com | |
| S Jul 4, 2018 at 20:42 | history | suggested | Patrick Mevzek | CC BY-SA 4.0 | rfc2606 compliance, following same change in question |
| Jul 4, 2018 at 16:11 | review | Suggested edits | |||
| S Jul 4, 2018 at 20:42 | |||||
| Feb 9, 2017 at 10:27 | comment | added | Gilles 'SO- stop being evil' | @ShichengGuo ??? There's no problem with @ or / in the password. You just type them. SSH doesn't even allow any way to pass the password on the command line option or in a configuration file. | |
| Feb 9, 2017 at 2:11 | comment | added | Shicheng Guo | Go on. What should we do if the passwd also contain '@' or '/' | |
| Oct 21, 2013 at 18:38 | vote | accept | Duck | ||
| Oct 21, 2013 at 16:59 | comment | added | Gilles 'SO- stop being evil' | @DigitalRobot This works for both ssh and sftp (and scp too). | |
| Oct 21, 2013 at 16:59 | history | edited | Gilles 'SO- stop being evil' | CC BY-SA 3.0 | s/ssh/sftp/ to stick to the example in the question |
| Oct 21, 2013 at 16:54 | comment | added | ladaghini | @DigitalRobot s/ssh/sftp/ | |
| Oct 21, 2013 at 16:48 | comment | added | Duck | This username has not ssh access, just sftp. | |
| Oct 21, 2013 at 16:41 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |