Description:
SSH secure remote login and tunneling tools.
|
|
|
question about putty logs with exec channel requests's
|
| |
So in PuTTY Configuration I set Connection -> SSH -> Remote command to "cat filename.ext" and enable logging.
Per the log file PuTTY receives a bunch of SSH2_MSG_CHANNEL_DATA packets (as I'd expect) but it also sends a lot of SSH2_MSG_CHANNEL_DATA packets (which surprises me). eg.
Incoming packet #0x3a, type 94 / 0x5e (SSH2_MSG_CHANNEL_DATA)... more »
|
|
question about blowfish in SSH-1
|
| |
So I guess blowfish has a variable key length. Any key between 4 and 56 bytes is acceptable.
My question is... what key length does SSH-1 use for it? And in what mode? And what's the IV? I'm gonna guess, for the IV, that it's just all null bytes?
I've seen RFC's for SSH-2 that talk about blowfish being used in CTR and CBC mode there with a key length of 16 bytes.... more »
|
|
Unable to use ssh
|
| |
Dear sir,
We have two different PCs
1. having ubuntu-12.10
2. having ubuntu-9.04
we want to run linux commands on one of the PCs using the other. We tries to install ssh client in one pc and ssh server in another.
we set passphrase using the keygen commands on both the pcs.
but despite everything, we are getting the following error on the client pc when tried the reboot command..... more »
|
|
is it possible to use public key auth and otp using pam?
|
| |
I've installed Gogle Autheticator as PAM module for SSH.
But, because I usually authenticate using a public key, which seems to be handled directly by the ssh daemon, the otp module is not called.
Is there a way to enable challenge response for public key auth?
|
|
Blank username?
|
| |
A user has asked us to support public-key login without a username.
Does the spec allow a blank username for SSH auth?
I can't find anything expressly forbidding it, but neither can I find
mention anywhere of anyone actually doing it.
Thanks,
Alex
-- Swish - Easy SFTP for Windows Explorer ([link])... more »
|
|
How to limite remote command execution
|
| |
Hi
I'd like to limit commands of a user by using a restricted shell ...ruser@opensuse12:/home/ruse r> cat /etc/passwd
-rksh: cat: not found [No such file or directory]
ruser@opensuse12:/home/ruser>
but when I use remote commands I get
ssh ruser@opensuse12 cat /etc/passwd | grep ruser
Password:... more »
|
|
godchan site might have been hacked
|
| |
Controversial fundementalist Christian site might have been attacked by online vigilantes, godchan promises to post a mirror of hiddenwiki hard candy in retaliation to attacks on its freedom of speech.
most controversial site online
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------... more »
|
|
PuTTY pscp on Linux in Batch Mode
|
| |
Hello all,
I am working with an application, running on Linux that actually uses pscp on Linux itself (compiled into /usr/local/bin/pscp).
I've noticed that, when run, pscp stores its cache in ~/.putty/sshhostkeys. So, if I connect to a new server, and asked if I want to store the key, I type "y" and it is stored there for future sessions.... more »
|
|
|