This post has been adapted from Vivek's article
Prerequisites:
You do have access via ssh to the remote host and PKB has not been disabled:
Steps
1. On your localhost go to your home directory:
cd ~
2. Create the cryptographic key. Read the next Step before running this step:
ssh-keygen -t rsa
3. When asked about passphrase Do not type a passphrase ( read the title of this blog )
Just press Enter twice
4. Use scp to copy the id_rsa.pub (the public key file) to the remote host as authorized_keys2 file, this is known as Installing the public key to server.
scp .ssh/id_rsa.pub userName@remoteHost.DomainName.com:.ssh/authorized_keys2
5. From your local host login in to the remoteHost:
ssh remoteHost.DomainName.com
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
2 weeks ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!