01-09-2012
It is possible to have automatic logins using a combination of WinSCP and PuTTY.
Create a session in WinSCP and save with password (not recommended).
Change WinSCP application integration preferences:
- Provide path to PuTTY.exe
- Remember session password and pass it to PuTTY
- Automatically open new sessions in PuTTY.
When you now open the saved session, you get both a WinSCP window and a PuTTY window, without typing username or password.
10 More Discussions You Might Find Interesting
1. Linux
Hi,
I am having small query and wheather it is possible ? that user can transfer the files using ftp client examples (filezilla) , but he can not use putty to login using ftp and run the commands,
Regards,
Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies
2. UNIX for Dummies Questions & Answers
I am changing root password by passwd. Now I can directly log into the system but I can not log in using puttytel.
It will show an error "Incorrect Password":rolleyes: (1 Reply)
Discussion started by: arrs
1 Replies
3. UNIX for Dummies Questions & Answers
Hello Everybody,
I have a question on the UNIX server login with putty.
Can this login procedure into PUTTY be automated with a macro or vbs or batch file?
Kindly help me in directing me for the above.
Thanks for the help,
Regards, (3 Replies)
Discussion started by: swame_sp
3 Replies
4. Windows & DOS: Issues & Discussions
I've created a .bat file with this line:
start C:\USERS\Putty\putty.exe -ssh user@server.com -pw password
That opens a putty session and logged in it with the user and password i've already specified. But now, I want to enter a simple command like "ls -l" for example.. How can I do that?
I've... (3 Replies)
Discussion started by: nirmal.mukundan
3 Replies
5. Fedora
Hi all,
I am able to login via putty to a fedora 10 workstation.
But when i try to login via physical screen connected to workstation, it just gives me a blank screen and i cant see any options to enter username and passwd. How do i get the physical GUI to work.
$ who -r
... (4 Replies)
Discussion started by: lramsb4u
4 Replies
6. UNIX for Advanced & Expert Users
Hello,
I created a user in my AIX 5.3 system and i modified /etc/passwd file in and assigned this user the uid=0 like root user.
The problem is that when this user log into the system through putty it asks for root password instead of the user password.
As a result of this, if i reset the... (4 Replies)
Discussion started by: omonoiatis9
4 Replies
7. UNIX for Dummies Questions & Answers
Hello All ,
Requiremnt : i want to login to putty automatically and change the settings like i want , for ex : changing the "lines of scrollback" , " under colors , want to check to checkmark the option use system colors" . Like this i want to do .
I have a bash file created to login . But... (2 Replies)
Discussion started by: radha254
2 Replies
8. Ubuntu
hi,
i have ubuntu installed on windows 7.
I am trying to connecting to ubuntu from windows 7 using putty but it is giving network problem.
I am trying to connect with ip address
Thanks (9 Replies)
Discussion started by: diehard
9 Replies
9. Shell Programming and Scripting
Hello,
I was wondering, we have multiple servers where we login from Putty.
Is there some way we get automatically loged in after giving server name and password(by saving it in some file or like that)
Just a thought (2 Replies)
Discussion started by: mirwasim
2 Replies
10. AIX
Able to ping the server but not able to login through putty it says network timeout
Please assist (3 Replies)
Discussion started by: Vishal_dba
3 Replies
LEARN ABOUT CENTOS
iscsistart
ISCSISTART(8) Linux Administrator's Manual ISCSISTART(8)
NAME
iscsistart - iSCSI boot tool
SYNOPSIS
iscsistart [OPTION]
DESCRIPTION
iscsistart will start a session using the settings passed in, or using the iBFT or Open Firmware [OF] boot information. This program should
not be run to manage sessions. Its primary use is to start sessions used for iSCSI root boot.
OPTIONS
[-i|--initiatorname=]name
Set InitiatorName to name (Required if not using iBFT or OF)
[-t|--targetname=]name
Set TargetName to name (Required if not using iBFT or OF)
[-g|--tgpt=]N
Set target portal group tag to N (Required if not using iBFT or OF)
[-a|--address=]A.B.C.D
Set IP addres to A.B.C.D (Required if not using iBFT or OF)
[-p|--port=]N
Set port to N (Optional. Default 3260)
[-u|--username=]N
Set username to N (Optional)
[-w|--password=]N
Set password to N (Optional)
[-U|-username_in=]N
Set incoming username to N (Optional)
[-W|--password_in=]N
Set incoming password to N (Optional)
[-d|--debug=]debug_level
Print debugging information
[-b|--fwparam_connect]
Create a session to the target using the iBFT or OF info
[-N|--fwparam_network]
Bring up the network as specified by iBFT or OF
[-f|--fwparam_print]
Print the iBFT or OF info to STDOUT
[-P|--param=]NAME=VALUE
Set the parameter with the name NAME to VALUE. NAME is one of the settings in the node record or iscsid.conf. Multiple params can be
passed in.
[-h|--help]
Display this help and exit
[-v|--version]
Display version and exit
SEE ALSO
iscsiadm(8)
AUTHORS
Open-iSCSI project <http://www.open-iscsi.org/>
Mike Christie <mchristi@redhat.com>
Jan 2010 ISCSISTART(8)