QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How does SSH work?

NDSU CHPC/FAQs Home Page
SSH works by the exchange and verification of information, using public and private keys, to identify hosts and users. The ssh-keygen command creates a directory ~/.ssh and files that contain your authentication information, The public key is stored in ~/.ssh/identity.pub and the private key is stored in ~/.ssh/identity/. Share only your public key. Never share your private key.

Why does ssh hang on exit?

OpenSSH FAQ
I upgraded to OpenSSH 3.1 and X11 forwarding stopped working. Starting with OpenSSH 3.1, the sshd x11 forwarding server listens on localhost by default; see the sshd X11UseLocalhost option to revert to prior behaviour if your older X11 clients do not function with this configuration. In general, X11 clients using X11 R6 should work with the default setting. Some vendors, including HP, ship X11 clients with R6 and R5 libs, so some clients will work, and others will not work. See similar questions...

Why does SSH authentication through .shosts not work by default in recent versions of FreeBSD?

FreeBSD Documentation - Chapter 10 System Administration
The reason why .shosts authentication does not work by default in more recent versions of FreeBSD is because ssh(1) is not installed suid root by default. To ''fix'' this, you can do one of the following: a temporary fix, change the mode on /usr/bin/ssh to 4555 by running chmod 4555 /usr/bin/ssh as root. Then add ENABLE_SUID_SSH= true to /etc/make.conf so the change takes effect the next time make world is run. See similar questions...

Why does SSH 2.3 have problems interoperating with OpenSSH 2.1.1?

OpenSSH FAQ
SSH 2.3 and earlier versions contain a flaw in their HMAC implementation. Their code was not supplying the full data block output from the digest, and instead always provided 128 bits. For longer digests, this caused SSH 2.3 to not interoperate with OpenSSH. OpenSSH 2.2.0 detects that SSH 2.3 has this flaw. Recent versions of SSH will have this bug fixed. Or you can add the following to SSH 2.3 sshd2_config. See similar questions...

What is SSH?

Web HSP - Frequently Answered Questions
SSH is similar to telnet, but it's more secure. It uses high level encryption and compression to make sure nobody can takeover or eavesdrop on your telnet session. Most hosts no longer allow Telnet for security reasons. See similar questions...

Why does it take so long to connect to my computer via ssh or telnet?

Frequently Asked Questions for FreeBSD 2.X, 3.X and 4.X
The symptom: there is a long delay between the time the TCP connection is established and the time when the client software asks for a password (or, in telnet(1)'s case, when a login prompt appears). The problem: more likely than not, the delay is caused by the server software trying to resolve the client's IP address into a hostname. See similar questions...

If I log in from a second LAN to the LAN where I do an ssh, how does exporting a display work?

ASCI Red (janus) FAQs
If you ssh directly into the TeraFlop LAN from your own LAN, you should not need to set the DISPLAY variable. If you are remotely logged into your LAN, and want to export the display, you will need to set the DISPLAY variable before executing ssh. See similar questions...

K3. How can I get fetchmail to work with ssh?

The Fetchmail FAQ
You may have to use a different absolute pathname, whatever the location of imapd on your mailserver is. This option tells fetchmail that instead of opening a connection on the server's port 143 and doing standard IMAP authentication, fetchmail should ssh to the server and run imapd, using the more secure ssh authentication (as well as getting ssh's end-to-end encryption). Most IMAP daemons will detect that they've been called from the command line and assume the connection is preauthenticated. See similar questions...

Why ssh/scp to andrew computers do not seem to work well?

Computing Facilities FAQ
SSH/SCP applications are based on keys of individual computers to realize the encryption. Doing ssh or scp to andrew.cmu.edu or unix.andrew.cmu.edu (that are not individual computers, but generic name for a pool of computers) will use one computer in the pool (say unix3.andrew.cmu.edu) for the connection. Next time ssh is used to the same andrew.cmu.edu, the connection is done to another computer in the pool having another key. See similar questions...

How does it work?

Poison Ivy Treatment - Zanfel Poison Ivy Wash Frequently Ask...
Zanfel works safely into the dermal layer of your skin, binds to the urushiol oil, and, when rinsed off, takes the oil with it down the drain. See similar questions...

Explore Other Topics

How can I make certain the mandibular nerve is not in the way in my case?
What are the health effects associated with Radon?
I've had Irritable Bowel for a long time. Why should I expect a cure at this stage?
What does an Unlocked Mobile Phone mean?
What's the difference between a player and a recorder?
Can I get Other Channels on my Sky Digibox?
How does yoga relieve stress?
HOW MANY TIMES WILL BLOOD BE DRAWN AND HOW MUCH?
My jar candle is burning down the center and the wax next to the jar is not melting, how come?
What are the advantages of microwave cooking?
Where do bats live?
What are types ceilings do you install?
How do I set up my POP3 email account using Outlook Express on an Apple Macintosh?
Is Pikachu male or female?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact