How to get a Domain name???
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- How to get a Domain name???
How to get a Domain name???
01-03-2013 6:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Presumably I'd need a domain name - preferably free of charge

I'm not planning on providing a web server or mail server, so it wouldn't need to be hosted anywhere.
My DNS records could be periodically amended by a program checking if my dynamic ip address has changed.
The actual domain name wouldn't matter too much as it would only be used occasionally by services such as ssh.
Do such services - ideally free - actually exist?
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: How to get a Domain name???
01-03-2013 7:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How to get a Domain name???
01-03-2013 7:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How to get a Domain name???
01-03-2013 8:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: How to get a Domain name???
02-03-2013 8:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How to get a Domain name???
04-03-2013 8:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
No domain name or fixed IP address is needed.
And no firewall problems.
Re: How to get a Domain name???
04-03-2013 10:32 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If they have your password, they can remotely help themselves to your information.
So there are big firewall problems!
I've managed to get a free domain name; now I've just got to:-
Open a port on my router to accept unsolicited input.
Create a public/private key pair for ssh.
Place copies of my public key where it can be accessed as needed.
Then just use ssh (and associated commands) to access my PC.
[I've tested the above with a underpowered netbook - it works with no noticeable delay on 2048 bit keys]
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: How to get a Domain name???
11-03-2013 1:25 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: vilefoxdemonofdoom Place copies of my public key where it can be accessed as needed.
You shouldn't need your public key copied anywhere else, unless I've misunderstood what it is you're trying to achieve?
Quote [I've tested the above with a underpowered netbook - it works with no noticeable delay on 2048 bit keys]
Note that the 2048 key length only applies to the public-private key pair used for initial authentication. They are also used to exchange a much smaller (e.g. 128 bit) symmetrical key which is then used for the actual transfer of data hence why there shouldn't be any discernable delay in use even on underpowered devices.
Re: How to get a Domain name???
11-03-2013 4:34 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I was simply expecting that the initial setup, involving the generation of large numbers - and checking that they are prime (to a high "probability") to be very CPU intensive.
I appreciate your point about the session key.
The biggest problem seems to be (as always) coming up with a memorable pass phrase.

"In The Beginning Was The Word, And The Word Was Aardvark."
Re: How to get a Domain name???
11-03-2013 6:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: vilefoxdemonofdoom My understanding is that the public key needs to exist on both ends of the link?
The public key needs only to reside at the server end, and will be tied to a particular username on the system. Only the holder of the corresponding private key will be able to successfully authenticate against it. There's no security required on the public key hence why you are not expected to have it to connect.
Quote I was simply expecting that the initial setup, involving the generation of large numbers - and checking that they are prime (to a high "probability") to be very CPU intensive.
Gotcha. It is CPU intensive, but all things are relative.
Quote The biggest problem seems to be (as always) coming up with a memorable pass phrase.
It's amazing really that the more choice you've got the harder it is to settle on one.... With an infinite number of options here that presents a challenge!
A technique I quite like is thinking of a phrase and taking the first letters of each word and using that as your passphrase. Assuming that doesn't end up resulting in anything like a dictionary word then it becomes secure (appearing somewhat 'random') whilst still being easy to remember by virtue it being directly linked to your phrase (but shorter hence easier to use, particularly on something like a touchscreen).
Re: How to get a Domain name???
11-03-2013 11:35 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
He would then run his dictionaries of typical passwords against the user names to see if he could match the hashes.
He claimed a 70% success rate - but apparently he always spent a lot of additional time brute-forcing password attacks.
This was just so he could monitor fashions in "secure" passwords - and add them to his dictionaries for future use.
For example, transliterating letter o to zero, i to 1 and similar tricks is quite common; merging two words together (AOL style) is another common way.
Passwords that are required to contain a numeric character almost always contain just a single digit at the end...
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: How to get a Domain name???
12-03-2013 9:30 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: How to get a Domain name???
12-03-2013 10:03 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Some sites require the the use of numbers and special characters where others forbid them.
It gets a pain in the posterior trying to remember what password was used where (even with a clever scheme) when the rules keep changing.
Then there's the other problem of using a clever password on that encrypted backup, but forgetting what it is next time you want to use it.
Re: How to get a Domain name???
12-03-2013 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- How to get a Domain name???