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?
Tell me more
×
Raspberry Pi Stack Exchange is a question and answer site for
users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.
|
|
||||
|
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