I've never used linux before, so this may be a problem with that, but I'm trying to simply SSH into my friends webserver using the info he gave me. I looked up that the linux command to ssh is ssh username@hostname. I'm not trying to type that into LXTerminal but everytime I hold shift and hit the number two I don't get @ I get ". Any ideas?
|
|
||||
closed as off topic by Jivings♦ 7 hours ago
Questions on Raspberry Pi Stack Exchange are expected to relate to raspberry pi within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You need to remap your keyboard. By default it is set to a UK map. at the command line type:
and hit enter. locate the following line
Change the gb to us (This assumes you want a us mapping, if not replace the gb with the two letter code for your country) and reboot your machine. if it pauses for a long time during the keyboard mapping stage, enter the following at the command line:
Your next reboot should be much faster. Reference: |
||||
|
|
|
Steve's answer, though correct at the time, is now somewhat out of date. In Raspbian:
and go to the configure_keyboard section. You can choose the correct keyboard type and layout from there. |
|||
|
|
@is mapped to the"key in the UK. – Jivings♦ Jul 13 '12 at 21:46Shift+'will give@(the key next to;) If I guess correctly, this is the combination that normally would give you"– ACarter Jul 14 '12 at 13:04