I find the ~/.ssh/known_hosts
file a bit hard to read.
It'd help if I could add comments to it so I thought I should ask if that's possible.
I find the ~/.ssh/known_hosts
file a bit hard to read.
It'd help if I could add comments to it so I thought I should ask if that's possible.
ssh [email protected]
.a2enmod ssl
and I generated a CSR to enable SSL on one of the virtual hosts on the server.scp
to the same host.At this point, the server responded with:
The authenticity of host 'example.com (123.123.123.12)' can't be established.
Given the context, is this normal?
When I do ssh [email protected]
, I log into the server fine. However, if I do ssh [email protected]
, where example.com
points to the same IP addrees, I get:
The authenticity of host 'example.com (123.123.123.12)' can't be established.
If it is the same IP, why can't the authenticity be established?
How should I set up a server to map all subdomains of a domain to an IP?
I wish I could do something like that in the hosts
file:
127.0.0.1 *.example.com
Below is an known_hosts
entry. The part that starts with ssh-rsa
and goes to the end is a public key. What are the other parts (the characters before ssh-rsa
)?
|1|KnbIIJIPrL/1p7ofUV74sK+j/Gc=|wrjOFnPgoF0afgH0PeRtRqSdgvc= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==
I've got an app that works fine in the browser, but when run through the command line, throws a permission error (related to folder creation).
What could be the reason?
I've got a few thousand request that seem to be coming from a client with JavaScript enabled and I'm wondering if that client could be a bot.
I've got a list of hundreds of page requests from the same IP and I need to know if these could be requests by different computers.
Shouldn't the value match the IP of the computer that's requesting the script regardless of the fact that it's the same computer that's hosting the script?
When I execute which php
in Bash I get /usr/bin/php
. Everything is working fine but I'm wondering - since I'm running XAMPP, should I get /Applications/XAMPP/xamppfiles/bin
instead?
Note: I'm using OSX 10.7.