jajajaja, exc!
Tuesday, June 30, 2009
Katesplayground Bandana Set
found this page tutorials where there are many easy tutorials for photoshop . There's everything from tricks to simply enhance the color of the photos up to put effects and everything. Tutplus.com
also found this tutorial, well explained, so that in photoshop you can post your photos like movie, literally. With a few tricks in your photo is like a scene from a movie. It's easy and fast! On that page, Ebin.wordpress.com also find other well-guided tutorials.
And sixrevisions.com several simple tutorials for photoshop on how to put different photo effects, such as improving the color, or make snow, or change the hair color ... And
this tutorial explains how to make a montage text, is like putting points on the image but they go according to the tone ... is difficult to explain how it is, see the picture!
Monday, June 29, 2009
How To Tell If Scorpio Man Is Interested In
Making music with glass cups
Sounds good ...
Sounds good ...
Crystal glass player in Budapest from mehigh on Vimeo .
Saturday, June 27, 2009
Friday, June 26, 2009
Esthetician License Ny
A plane landing short tico! Strange Tattoo
Today I come with a production tica, nada mas y nada menos que de Manginho (PandemonioTV), el huevón del video de "si güevón" (y por el cual me cae mal). Pero la verdad es que me gustó este video, así que se los dejo:
LOL, buenísimo!
Today I come with a production tica, nada mas y nada menos que de Manginho (PandemonioTV), el huevón del video de "si güevón" (y por el cual me cae mal). Pero la verdad es que me gustó este video, así que se los dejo:
LOL, buenísimo!
Tuesday, June 23, 2009
Cheats In Pokemon Silver Online
Fixing the error: ORA-27102: out ot memory in Oracle and Solaris 10
By changing the files on a Oracle database on a server with a Solaris 9 to Solaris 10 and I found myself wanting to get the following error
SQL> startup ORA-27102 : out of
memory SVR4 Error: 22: Invalid argument
as the error message the server has insufficient memory, see the documentation says about $ oerr
ORA 27102 27102, 00000, "out of memory"
/ / * Cause: Out of memory / / * Action: Consult the trace file for details
June 5 18:19:45 2009 Starting ORACLE instance (normal) Fri
/ etc / system
, having to reboot the system to take the new value. shminfo_shmmax = 0x000000008c400000
September
parameter in Solaris 10
shminfo_shmmax Sun is obsolete and not recommended to set in
/ etc / system By changing the files on a Oracle database on a server with a Solaris 9 to Solaris 10 and I found myself wanting to get the following error
SQL> startup ORA-27102 : out of
memory SVR4 Error: 22: Invalid argument
as the error message the server has insufficient memory, see the documentation says about $ oerr
ORA 27102 27102, 00000, "out of memory"
/ / * Cause: Out of memory / / * Action: Consult the trace file for details
nothing encouraging picture. Let's review the last recorded in the file $ cat alert.log Fri alert.log
June 5 18:19:45 2009 Starting ORACLE instance (normal) Fri
June 5 18:19:46 2009 WARNING: EINVAL Creating segment of size 0x000000008c400000
fix shm parameters in / etc / system or equivalent Oracle is trying
to create a shared memory segment 2G (depending on the size of SGA / PGA), but the operating system responded with an error message invalid argument (EINVAL). It also shows a small clue to configure
shm in / etc / system
.
Before Solaris 10,
parameter was set shmsys: shminfo_shmmax
in / etc / system
with the maximum size of memory segment that can be created. The default value in Solaris 9 and earlier is 8M, while in Solaris 10 or higher is 1 / 4 of physical memory. You can verify as follows:
$ prtconf size: 2048 Megabytes
$ id -p
uid=110(oracle) gid=201(dba) projid=
3
(default)
$ prctl -n project.max-shm-memory -i project
3
project: 3: default
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-memory
privileged 479M - deny -
system 16.0EB max deny -
Therein lies the problem, the system is using the default value of 479m in this case, when Oracle is trying to create a segment of memory (2G) greater than 479m.
The solution is to configure the system with a large enough size for the shared memory segment is created and can lift Oracle instance.
In Solaris 9 and earlier, this can be done by adding the following line in fix shm parameters in / etc / system or equivalent Oracle is trying
to create a shared memory segment 2G (depending on the size of SGA / PGA), but the operating system responded with an error message invalid argument (EINVAL). It also shows a small clue to configure
shm in / etc / system
.
Before Solaris 10,
parameter was set shmsys: shminfo_shmmax
in / etc / system
with the maximum size of memory segment that can be created. The default value in Solaris 9 and earlier is 8M, while in Solaris 10 or higher is 1 / 4 of physical memory. You can verify as follows:
$ prtconf size: 2048 Megabytes
$ id -p
uid=110(oracle) gid=201(dba) projid=
3
(default)
$ prctl -n project.max-shm-memory -i project
3
project: 3: default
NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
project.max-shm-memory
privileged 479M - deny -
system 16.0EB max deny -
Therein lies the problem, the system is using the default value of 479m in this case, when Oracle is trying to create a segment of memory (2G) greater than 479m.
The solution is to configure the system with a large enough size for the shared memory segment is created and can lift Oracle instance.
/ etc / system
, having to reboot the system to take the new value.
September
parameter in Solaris 10
shminfo_shmmax Sun is obsolete and not recommended to set in
even though it works as expected.
In Solaris 10 and later, this value can be changed dynamically by the project with the help of resource control services. So as in Solaris 10 and later
$ project.max prctl-n-shm-memory-r-v
privileged 2.0G - deny -
system 16.0EB max deny -
All changes made to the command
prctl
or cat / etc / project
$ projects-l ...
... Oracle
projid: 200
comment: "Oracle config" users : oracle groups : dba
attribs: project.max-shm-memory=(priv,2147483648,deny)
$ Cat / etc / project ... ... oracle: 200: config Oracle: oracle: dba: project.max-shm-memory = (priv, 2147483648, deny)
With these changes, Oracle should start the database normally.
SQL> startup ORACLE instance started
.
Total System Global Area 2333054160 bytes Fixed Size 734416 bytes
Variable Size 1191182336 bytes Database buffers : 1073741824 bytes Redo buffers
67395584 bytes Database mounted.
Database opened.
Another case that may have the same symptom is when you increase the SGA on the instance tuning possibly a result which if greater than the segment of memory configured for the system, when you try to lift the instance will have this same behavior.
Via
Mandalika's scratchpad
2G-i project 3-n
$ prctl project.max-shm-memory-i project 3
NAME PRIVILEGE VALUE FLAG ACTION ; RECIPIENT
project.max-shm-memory $ prctl project.max-shm-memory-i project 3
NAME PRIVILEGE VALUE FLAG ACTION ; RECIPIENT
privileged 2.0G - deny -
system 16.0EB max deny -
All changes made to the command
prctl
apply to the system temporarily so you will be lost when you reboot. To make it permanent, create a project with the command
projadd
$ projadd-p 200-c 'Oracle config'-U-G dba oracle-K 'project.max-shm-memory = (privileged, 2G, deny) 'oracle Finally Make sure that the command was created with projects-l projadd
or cat / etc / project
$ projects-l ...
... Oracle
comment: "Oracle config" users : oracle groups : dba
attribs: project.max-shm-memory=(priv,2147483648,deny)
$ Cat / etc / project ... ... oracle: 200: config Oracle: oracle: dba: project.max-shm-memory = (priv, 2147483648, deny)
With these changes, Oracle should start the database normally.
SQL> startup ORACLE instance started
.
Total System Global Area 2333054160 bytes Fixed Size 734416 bytes
Variable Size 1191182336 bytes Database buffers : 1073741824 bytes Redo buffers
67395584 bytes Database mounted.
Database opened.
Another case that may have the same symptom is when you increase the SGA on the instance tuning possibly a result which if greater than the segment of memory configured for the system, when you try to lift the instance will have this same behavior.
Mandalika's scratchpad
Monday, June 22, 2009
Cost Bonded Insured Ontario
Authentication by database using Apache 2.2.x mod_dbd, mod_auth_user mod_authn_dbd and Windows 2003 Server
In a previous post, I explain how to configure the access to a directory using the utility htpasswd which works for few users and must be done manually for each . The authentication database offers a more flexible configuación less laborious and ideal for environments where the number of users is high. For this exercise I will use an Oracle Database 11g (11.1.0.7.0) which is supported under the Apache documentation is on file
[APACHE_HOME] \\ README-win32.txt
. You must have Oracle client installed and properly configure a connection string (tnsnames) like the following image
opens a sqlplus session
C: \\> sqlplus sys as sysdba SQL * Plus: Release 11.1.0.7.0 - Production on Sun June 21 23:17:37 2009 Copyright (c) 1982, 2008, Oracle. All rights reserved.
Enter password: Connected to
: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production With the Partitioning , OLAP, Data Mining and Real Application Testing options SQL> create a user
SQL> ; create apache user account unlock IDENTIFIED BY test;
User created
assign it the appropriate privileges
SQL> grant create session to apache;
Grant succeeded.
SQL> grant resource to apache;
Grant succeeded.
connect to the apache user, create the table and inserts a record which will serve the connection tests
SQL> conn apache / test
Connected.
SQL> create table users (username
2 varchar2 (10 byte),
3 passwd varchar2 (10 byte)
4);
Table created.
SQL> conn apache / test
Connected.
SQL> create table users (username
2 varchar2 (10 byte),
3 passwd varchar2 (10 byte)
4);
Table created.
SQL> insert into users (username, passwd) values \u200b\u200b('Sergio', 'test');
1 row created.
SQL> commit; Commit complete.
[APACHE_HOME] \\ conf \\ httpd.conf
to activate the following lines LoadModule authn_dbd_module
modules / mod_authn_dbd.so LoadModule dbd_module modules / mod_dbd.so and finally add the following. Do not forget
create the directory C: \\ Apache22 \\ htdocs \\ private
mod_dbd # oracle configuration
DBDriver DBDParams "testserver host = port = 1521 user = apache pass = test dbname = testdb"
DBDMin 4 DBDKeep 8 20 DBDExptime DBDMax 300
\u0026lt;Directory "C:/Apache22/htdocs/private">
# core authentication and mod_auth_basic configuration
C: \\ Apache22 \\ bin> httpd-k start
And finally make the connection test from a browser
Troubleshooting Q: I get the following message when I try to build Apache:
C: \\ Apache22 \\ bin> httpd-k start
Syntax error on line 485 of C: / Apache22/conf/httpd.conf:
Invalid command 'DBDriver' Perhaps misspelled or defined by a module not included in the server configuration
R: You have not enabled on your file
[APACHE_HOME] \\ conf \\ httpd.conf line
dbd_module LoadModule modules / mod_dbd.so
P: The following message appears when I try to build Apache:
C: \\ Apache22 \\ bin> httpd-k start Syntax error on line 498 of C: / Apache22/conf/httpd.conf: Unknown AuthN provider: dbd
authn_dbd_module LoadModule modules / mod_authn_dbd.so
however, specifically "server" is not recognized as valid and It is therefore necessary to use "host" and "port" instead.
P: The browser asks for my username and password but after to write them I get the error message "Internal Server Error" A: Check your file
[APACHE_HOME] \\ logs \\ error.log
looking for specifics. You can find, for example, the query you specified in the parameter
AuthDBDUserPWQuery
is not correct (20014) Internal error: DBD: failed to prepare SQL statements: ORA-00904: "USER_NAME": invalid identifier ( 20014) Internal error: DBD: failed to initialise
Reference http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
create the directory C: \\ Apache22 \\ htdocs \\ private
mod_dbd # oracle configuration
DBDriver DBDParams "testserver host = port = 1521 user = apache pass = test dbname = testdb"
DBDMin 4 DBDKeep 8 20 DBDExptime DBDMax 300 \u0026lt;Directory "C:/Apache22/htdocs/private">
# core authentication and mod_auth_basic configuration
# for mod_authn_dbd
AuthType Basic AuthName "Private directory" dbd
AuthBasicProvider
# core Authorization
configuration Require valid-user # mod_authn_dbd
SQL query to authenticate a user
AuthDBDUserPWQuery "SELECT passwd FROM users WHERE username =% s"
\u0026lt;/ Directory> Lift
Apache, but do it from the command line because if you do not appreciate it from the console error messages that might occur.
AuthType Basic AuthName "Private directory" dbd
AuthBasicProvider
# core Authorization
configuration Require valid-user # mod_authn_dbd
SQL query to authenticate a user
AuthDBDUserPWQuery "SELECT passwd FROM users WHERE username =% s"
\u0026lt;/ Directory> Lift
Apache, but do it from the command line because if you do not appreciate it from the console error messages that might occur.
C: \\ Apache22 \\ bin> httpd-k start
if you do not see any error message it is worth reviewing the file
[APACHE_HOME] \\ logs \\ error.log
[APACHE_HOME] \\ logs \\ error.log
And finally make the connection test from a browser
Troubleshooting Q: I get the following message when I try to build Apache:
C: \\ Apache22 \\ bin> httpd-k start
Syntax error on line 485 of C: / Apache22/conf/httpd.conf:
Invalid command 'DBDriver' Perhaps misspelled or defined by a module not included in the server configuration
R: You have not enabled on your file
[APACHE_HOME] \\ conf \\ httpd.conf line
dbd_module LoadModule modules / mod_dbd.so
P: The following message appears when I try to build Apache:
C: \\ Apache22 \\ bin> httpd-k start Syntax error on line 498 of C: / Apache22/conf/httpd.conf: Unknown AuthN provider: dbd
R: You have not enabled on your file
[APACHE_HOME] \\ conf \\ httpd.conf line
[APACHE_HOME] \\ conf \\ httpd.conf line
authn_dbd_module LoadModule modules / mod_authn_dbd.so
Q: I built Apache, but does not connect to the database, review
file [APACHE_HOME] \\ logs \\ error.log
and get the following error
(20014) Internal error: DBD: Can not connect to oracle
(20014) Internal error: DBD: failed to initialise
A. The error message is generic and only tells you what happened without any clue to the cause, it is here where you review what you did from the beginning to determine what happens and how to fix.
Check the file
[APACHE_HOME] \\ README-win32.txt
and verify that the version of the database engine you are using is supported by the version of Apache installed.
Check that the parameters are correct
DBDParams. In this regard, the
Apache documentation is not correct in terms of specifying Oracle and Oracle
user, pass, dbname, server file [APACHE_HOME] \\ logs \\ error.log
and get the following error
(20014) Internal error: DBD: Can not connect to oracle
(20014) Internal error: DBD: failed to initialise
A. The error message is generic and only tells you what happened without any clue to the cause, it is here where you review what you did from the beginning to determine what happens and how to fix.
Check the file
[APACHE_HOME] \\ README-win32.txt
and verify that the version of the database engine you are using is supported by the version of Apache installed.
Check that the parameters are correct
DBDParams. In this regard, the
Apache documentation is not correct in terms of specifying Oracle and Oracle
however, specifically "server" is not recognized as valid and It is therefore necessary to use "host" and "port" instead.
P: The browser asks for my username and password but after to write them I get the error message "Internal Server Error" A: Check your file
[APACHE_HOME] \\ logs \\ error.log
looking for specifics. You can find, for example, the query you specified in the parameter
AuthDBDUserPWQuery
is not correct (20014) Internal error: DBD: failed to prepare SQL statements: ORA-00904: "USER_NAME": invalid identifier ( 20014) Internal error: DBD: failed to initialise
Reference http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
Monday, June 15, 2009
How Do You Get Rid Of Recordings On Direct Tv
Installing SSH on Windows 2003 Server
or Secure SSH Shell is a network protocol that allows the exchange of information using a secure channel between the client and server. SSH is commonly used to remotely access and execute commands, but can also create tunnels, routing, TCP ports and X11 connections also can transfer files using SFTP protocols and
SCP. Used primarily on Unix and Linux systems, SSH was designed as a replacement for Telnet and other remote shells which transfer unreliable information, such as passwords, in plain text can be intercepted by a third party.
here try to explain how to install this service in Windows 2003 Server using Cygwin and OpenSSH.
First, you download the Cygwin installer:
you run it and follow the wizard to download OpenSSH with the utilities necessary, adjusting the parameters of course as you wish
Opens Cygwin session, double click the icon created on your Windows desktop, or from a session of Windows command line (cmd ) runs the
c: \\ cygwin \\ Cygwin.bat
run the following command to change the mount prefix "/ cygdrive" to "/". Close this session and open a new one to reset the PATH environment variable.
$ mount-s - change-cygdrive-prefix /
user creates the file
$ mkpasswd-l> / etc / passwd file
groups $ mkgroup-l > / Etc / group
assigns privilege of reading about both
$ chmod + r / etc / passwd
$ chmod + r / etc / group
assigns the following privileges on the directory / var
$ chmod 755 / var
if there is no home directory is recommended that you think there will be saved as user files, the default location is the directory "Documents and Settings." To create the directory / home using the-p option will create a user when your working directory is in the directory c: \\ cygwin.
$ mkdir-p / home $ mkdir / home / Administrator
$ cd far
have configured your environment, the following is to install the service by running the command ssh ssh-host-
which generates config files ssh host key in / etc. Note that two users are created, one called sshd to handle the separation of privileges and another called sshd_server required by Windows 2003 to run the service and provide public key authentication. Your output should look something like this
$ ssh-host-config
*** Info: Generating / etc / ssh_host_key
*** Info: Generating / etc / ssh_host_rsa_key *** Info: Generating / etc /
ssh_host_dsa_key *** Info: Creating default / etc / ssh_config file *** Info: Creating default /etc/sshd_config file
*** Info: Privilege separation is set to yes by default since OpenSSH 3.3. *** Info: However, this requires a non-privileged account called 'sshd'.
*** Info: For more info on privilege separation read /usr/share/doc/openssh/README.privsep. *** Query: Should privilege separation be used? (yes/no)
yes
*** Info: Note that creating a new user requires that the current account have *** Info: Administrator privileges. Should this script attempt to create a
*** Query: new local account 'sshd'? (yes/no) yes
*** Info: Updating /etc/sshd_config file
*** Warning: The following functions require administrator privileges!
*** Query: Do you want to install sshd as a service?
*** Query: (Say "no" if it is already installed as a service) (yes/no)
yes
*** Info: Note that the CYGWIN variable must contain at least "ntsec" *** Info: for sshd to be able to change user context without password.
*** Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec *** Info: On Windows Server 2003, Windows Vista, and above, the *** Info: SYSTEM account cannot setuid to other users -- a capability
*** Info: sshd requires. You need to have or to create a privileged
*** Info: account. This script will help you do so.
*** Info: You appear to be running Windows 2003 Server or later. On 2003 *** Info: and later systems, it's not possible to use the LocalSystem
*** Info: account for services that can change the user id without an
*** Info: explicit password (such as passwordless logins [e.g. public key
*** Info: If you want to enable that functionality, it's required to create
*** Info: a new account with special privileges (unless a similar account
*** Info: Note that creating a new user requires that the current account
*** Info: No privileged account could be found.
yes
*** Query: Reenter:
yes *** Info: Please enter a password for new user sshd_server. Please be sure
*** Info: that this password matches the password rules given on your system.
c: \\ cygwin \\ Cygwin.bat
run the following command to change the mount prefix "/ cygdrive" to "/". Close this session and open a new one to reset the PATH environment variable.
$ mount-s - change-cygdrive-prefix /
user creates the file $ mkpasswd-l> / etc / passwd file
groups $ mkgroup-l > / Etc / group assigns privilege of reading about both
$ chmod + r / etc / passwd $ chmod + r / etc / group
assigns the following privileges on the directory / var $ chmod 755 / var
if there is no home directory is recommended that you think there will be saved as user files, the default location is the directory "Documents and Settings." To create the directory / home using the-p option will create a user when your working directory is in the directory c: \\ cygwin. $ mkdir-p / home $ mkdir / home / Administrator
$ cd far have configured your environment, the following is to install the service by running the command ssh ssh-host-
which generates config files ssh host key in / etc. Note that two users are created, one called sshd to handle the separation of privileges and another called sshd_server required by Windows 2003 to run the service and provide public key authentication. Your output should look something like this $ ssh-host-config
*** Info: Generating / etc / ssh_host_key *** Info: Generating / etc / ssh_host_rsa_key *** Info: Generating / etc /
ssh_host_dsa_key *** Info: Creating default / etc / ssh_config file *** Info: Creating default /etc/sshd_config file *** Info: Privilege separation is set to yes by default since OpenSSH 3.3. *** Info: However, this requires a non-privileged account called 'sshd'.
*** Info: For more info on privilege separation read /usr/share/doc/openssh/README.privsep. *** Query: Should privilege separation be used? (yes/no) yes
*** Info: Note that creating a new user requires that the current account have *** Info: Administrator privileges. Should this script attempt to create a *** Query: new local account 'sshd'? (yes/no) yes
*** Info: Updating /etc/sshd_config file *** Query: Do you want to install sshd as a service?
*** Query: (Say "no" if it is already installed as a service) (yes/no)
yes
*** Info: Note that the CYGWIN variable must contain at least "ntsec" *** Info: for sshd to be able to change user context without password. *** Query: Enter the value of CYGWIN for the daemon: [ntsec] ntsec *** Info: On Windows Server 2003, Windows Vista, and above, the *** Info: SYSTEM account cannot setuid to other users -- a capability
*** Info: sshd requires. You need to have or to create a privileged
*** Info: account. This script will help you do so.
*** Info: You appear to be running Windows 2003 Server or later. On 2003 *** Info: and later systems, it's not possible to use the LocalSystem *** Info: account for services that can change the user id without an
*** Info: explicit password (such as passwordless logins [e.g. public key
*** Info: authentication] via sshd).
*** Info: If you want to enable that functionality, it's required to create
*** Info: a new account with special privileges (unless a similar account
*** Info: already exists). This account is then used to run these special
*** Info: servers. *** Info: Note that creating a new user requires that the current account
*** Info: have Administrator privileges itself.
*** Info: No privileged account could be found.
*** Info: This script plans to use 'cyg_server'.
*** Info: 'cyg_server' will only be used by registered services.
*** Query: Do you want to use a different name? (yes/no) *** Info: 'cyg_server' will only be used by registered services.
yes
*** Query: Enter the new user name:
sshd_server *** Query: Reenter:
sshd_server
*** Query: Create new privileged user account 'sshd_server'? (yes/no) yes *** Info: Please enter a password for new user sshd_server. Please be sure
*** Info: that this password matches the password rules given on your system.
*** Info: Entering no password will exit the configuration. *** Query: Please enter the password: *** Query: Reenter:
*** Info: User 'sshd_server' has been created with password 'welcome'.
*** Info: If you change the password, please remember also to change the
*** Info: password for the installed services which use (or will soon use)
*** Info: the 'sshd_server' account.
*** Info: Also keep in mind that the user 'sshd_server' needs read permissions
*** Info: on all users' relevant files for the services running as 'sshd_server'
. *** Info: In particular, for the sshd server all users' .ssh/authorized_keys *** Info: files must have appropriate permissions to allow public key
*** Info: authentication. (Re-)running ssh-user-config for each user will set
*** Info: these permissions corrently. [Similary restrictions apply, for
*** Info: instance, for .rhosts files if the rshd server is running, etc].
*** Info: The sshd service has been installed under the 'sshd_server'
*** Info: account. To start the service now, call `net start sshd 'or
*** Info:' cygrunsrv-S sshd '. Otherwise, it will start Automatically
*** Info: after the next reboot.
*** Info: Host configuration finished. Have fun!
to lift it from the command line run
$ net start sshd or
$ cygrunsrv-S sshd
or from "Control Panel -> Administrative Tools -> Services" service called "CYGWIN sshd".
never hurts to test before calling it already configured. The output should resemble the following:
$ ssh-v localhost
OpenSSH_5.1p1, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/Administrator/.ssh/identity type -1
debug1: identity file /home/Administrator/.ssh/id_rsa type -1
debug1: identity file /home/Administrator/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024 Warning: Permanently added 'localhost' (RSA) to the list of known hosts. debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: publickey debug1: Trying private key: /home/Administrator/.ssh/identity debug1: Trying private key: /home/Administrator/.ssh/id_rsa
debug1: Trying private key: /home/Administrator/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: password
Administrator@localhost's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
Administrator@testserver ~
$
Fuente
http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html Fountain
tips for solving problems in XP
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
*** Info: User 'sshd_server' has been created with password 'welcome'.
*** Info: If you change the password, please remember also to change the
*** Info: password for the installed services which use (or will soon use)
*** Info: the 'sshd_server' account.
*** Info: Also keep in mind that the user 'sshd_server' needs read permissions
*** Info: on all users' relevant files for the services running as 'sshd_server'
. *** Info: In particular, for the sshd server all users' .ssh/authorized_keys *** Info: files must have appropriate permissions to allow public key
*** Info: authentication. (Re-)running ssh-user-config for each user will set
*** Info: these permissions corrently. [Similary restrictions apply, for
*** Info: instance, for .rhosts files if the rshd server is running, etc].
*** Info: The sshd service has been installed under the 'sshd_server'
*** Info: account. To start the service now, call `net start sshd 'or
*** Info:' cygrunsrv-S sshd '. Otherwise, it will start Automatically
*** Info: after the next reboot.
*** Info: Host configuration finished. Have fun!
to lift it from the command line run
$ net start sshd or
$ cygrunsrv-S sshd
or from "Control Panel -> Administrative Tools -> Services" service called "CYGWIN sshd".
never hurts to test before calling it already configured. The output should resemble the following:
$ ssh-v localhost
OpenSSH_5.1p1, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/Administrator/.ssh/identity type -1
debug1: identity file /home/Administrator/.ssh/id_rsa type -1
debug1: identity file /home/Administrator/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024 Warning: Permanently added 'localhost' (RSA) to the list of known hosts. debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: publickey debug1: Trying private key: /home/Administrator/.ssh/identity debug1: Trying private key: /home/Administrator/.ssh/id_rsa
debug1: Trying private key: /home/Administrator/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: password
Administrator@localhost's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
Administrator@testserver ~
$
Fuente
http://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html Fountain
tips for solving problems in XP
http://pigtail.net/LRP/printsrv/cygwin-sshd.html
Subscribe to:
Posts (Atom)