Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by BasketCase (registered user) on Fri, 2008-01-18 16:16.
If you sometimes have to ssh in from computers that are outside of your control and therefore don't have access to your private key you can use S/Key authentication. S/Key is a one time password system that uses a program on your PDA to generate the passwords. That way if someone sniffs or key logs your password it will not work twice.

Also, if you get tired of typing ssh -p 31337 you can add that to your user level configuration file like this:
~/.ssh/config:
Host hostname
  Port 31337
  User username
Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.