Sftp key?

I have tried to follow Dreamweaver Help | Connect to a remote server but when I select "SFTP" I don't get the options to set the key. It is just asking for login/password.
What am I doing wrong?

From this help article:
Dreamweaver Help | Connect to a remote server
You can now authenticate connections to an SFTP server based on an ‘Identity Key’ (with or without a passphrase).   Dreamweaver supports only OpenSSH key files.
Select Site > Manage Sites.
Click New to set up a new site, or select an existing Dreamweaver site and click Edit.
In the Site Setup dialog box, select the Servers category and do one of the following:
Click the Add New Server button to add a new server
Select an existing server and click the Edit Existing Server button
In the Server Name text box, specify a name for the new server. The name can be anything of your choosing.
Select SFTP from the Connect Using pop-up menu.
Specify the other options in the dialog box based on one of the applicable scenarios below:
Scenario 1: No key, but have user name and password
Scenario 2: Have a key that does not require a passphrase
Scenario 3: Have a key that requires a passphrase
Nancy O.

Similar Messages

  • Sftp keys

    Hello,
    I have generated the public - private keys to set up the SFTP Sender adapter channel and shared our public ssh key to the vendor.
    The vendor has provided there public ssh key. I know that the SAP PI keystore there is an option to import TrustedCAs. If I am understanding correctly I need to first convert the ssh public key into X.509 certificate before importing into the key store.
    I am using Cygwin to generate the public-private keys.
    How can I convert the vendor ssh public key into X.509 certificate or ssl public key so I can import in the keystore?
    How to Load keys and certificates in SAP PI 7.3, SAP PO 7.3 EHP1 NWA's Key Storage
    Thanks!

    Hi Teresa,
    It is not possible to create a certificate out of a public key. A certificate is a public key signed by an authority (normally a CA). So to create the certificate back from you public key you have to sign the public key from the same authority as before.
    Secondly, once you have provided your public key to them and they have loaded it in their keystore then the authentication should normally work fine.
    Regards
    Varun

  • GPG and SFTP in PeopleSoft

    I'm preparing a report on how to securely send files and documents to external partners. I have settled on running GPG and SFTP key authentication through command calls to the Batch UNIX server. Does anyone have any experience in setting this up directly in the web interface? I ask because if I understand correctly, OpenSSL is included in the Encryption pages as wellas glue for PGP. Thanks for any info.

    For non-interactive sftp you'll have to set up authentication keys. For doing that I think you need openssh and not just openssl.
    You can possibly call your sftp scripts with system calls from inside an app engine.
    OR
    Open up PeopleBooks and go to
    PeopleBooks > Enterprise PeopleTools 8.49 PeopleBook: PeopleSoft Integration Broker > Using Listening Connectors and Target Connectors
    and then scroll down to 'Working With the FTP Target Connector'

  • Configuration of Public Key Authentication Policy for SFTP on OAG 11.1.2.2

    Hi
    I'm working on the configuration of an SFTP server over OAG, using both password and public key authentication.
    This particular listener need 3 policies:
    - Password Authentication
    - Public Key Authentication
    - File upload
    Both File upload and password auth are working OK, but I've been having a hard time with the PK policy. This policy uses the attribute ${authentication.subject.public.key} to store the PK info, which I confirmed is being sent to the gateway (as modulus + public exponent), however I can not find a way to verify the key received with the ones on the Key Pairs store.
    OAG Version is 11.1.2.2
    Any comments?

    Hi a82383ca-36ac-49d5-aa6e-c3307f7e56e1,
    It would probably help if you place this question under the community for product you have questions about. I will see if I can help you move it to the proper one by asking around.
    Best regards,
    VictorI

  • SFTP Issue in OSB invocation resulted in an error: com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,ip

    I created a Proxy Service to do pull file and push it to sftp server
    known_hosts file is present on OSB server.
    It has abcserverhostname,IP ssh-rsa AA................. ==
    I created a business service to do SFTP push to sftp server (remote) - Its not working.
    <Error> <SFTPTransport> <BEA-381826> <Key Not Found for host hostname,10.124....>
    com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,10.124.....
      at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:37)
    My Business Service
    End Point URI : sftp://sftpserverhostname:22/directorypath
    Authetication Mode : user name, password.I have created a Service Account for sftpserver and imported in Business Service.
    Do I need to give anything else in known_hosts file ?
    and hostname can be any random name?
    <Dec 11, 2013 1:45:37 PM GMT+08:00> <Error> <SFTPTransport> <BEA-381801> <Error occured for endpoint com.bea.wli.sb.transports.TransportException: com.maverick.ssh.SshException: ssh-dss Key Not Found for host hostname,10.124....
    com.bea.wli.sb.transports.TransportException: com.maverick.ssh.SshException: ssh-dss Key Not Found for host
      at com.bea.wli.sb.transports.sftp.connector.SFTPTransportProvider.sendMessage(SFTPTransportProvider.java:161)
      at com.bea.wli.sb.transports.sftp.connector.SFTPTransportProvider.sendMessageAsync(SFTPTransportProvider.java:111)
      at sun.reflect.GeneratedMethodAccessor566.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      Truncated. see log file for complete stacktrace
    Caused By: com.maverick.ssh.SshException: ssh-dss Key Not Found for host eirnode2,10.124.10.16
      at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:37)
      at com.sshtools.publickey.AbstractKnownHostsKeyVerification.A(Unknown Source)
      at com.sshtools.publickey.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
      at com.maverick.ssh2.TransportProtocol.C(Unknown Source)
      at com.maverick.ssh2.TransportProtocol.processMessage(Unknown Source)
      Truncated. see log file for complete stacktrace

    BEA-381826 suggest that there is any issue with your public key in known_host file, can you cross verify it again. Also can you check if known_host file has appropriate permissions and I am assuming it is in /OSB_DOMAIN/osb/transports/sftp folder.
    Hostname,IP algorithm publickey are the hostname, ip, and public key of SFTP server.
    As per troubleshooting guidelines
    The Key not found for IP, host error message indicates that the known_hosts file does not contain an entry that corresponds to the specified IP-host combination. If the entry exists, then try with another algorithm key; for example, if the earlier attempt was with an RSA key, try again with a DSA key.
    Cheers,
    Sahil

  • Sender sFTP Adapter - SSH Key

    Hi All,
    I have a small doubt regarding Sender sFTP Adapter. This is what we have done to connect with one of Vendor
    1.     Basis created a SSH key in NWA for Vendor and sent to them.
    2.     They linked the SSH key with user name and asked me to use the same.
    3.     We got the firewalls openepd b/w PI and Vendor
    4.     I provided the same detail in sFTP adapter, but I am not able to connect,
    I am getting below error:
    Error: Cannot connect to SFTP server. Host=########, port=22, username=#####. Private key store=########, private key alias=piPKCS12. Timeout=300000 msecs. Absolute home directory=.: KeyStoreException in Method: getPrivateKey( KeyStore, String, String ). The requested keystore type is not available in the default provider package or any of the other provider packages that were searched. (Software version: 3.0.14.2)
    Please provide your inputs.
    Regards,
    Sachin Dhingra

    Hi,
    The first thing you have to do is use the same userid and the pwd and try to connect to the vendor system from your application layer and see if this is connecting or not. If there is a problem in connection then there are few steps that you have to follow. Below are the steps you need to follow:
    1. Open the port from your Vendor side as well as open the port from your XI system(there might be two ports)
    2. Generate the key of your vendor system and one you started login to the system then it will ask to instal the key , so acept it.
    the IS people can help you out over here.
    3. Try to push the one dummy file in that location manually using the command in application layer.
    4. check the authorization in the target directory and try to provide the proper authorization,, 777 is used for full authorization.
    5. use the same useid and the pwd and then try from your xi system processign a dummy file.
    hope this helps.
    cheers,
    jay

  • BizTalkServer 2010 SFTP Adapter from CodePlex - Configuring send and receive locations with SSH public and private keys

    Hi there,
    I am looking for step by step instrcutions on how to configure SFTP Codeplex adapter for both receive and send ports.
    Out business partner with whom we push/poll the files from wants us to use SSH encryption/decryption etc.
    Just wondering if the following functionality is supported in Codeplex SFTP adatper without having to write any code.
    Appreciate if there is manaul to do this for SFTP. BTW I do have all the our public and private keys and business partners Public key for configuring.
    For Send port: 1. we would need to encrypt the file with our business partners public key
                          2. sign the file with our private key.
                          3. Send the file through to SSH client which eventually transfers to Remote server.
    Receive port:   1. Connect to SSH Server with SSH-2 key and receive the file
                          2. Verify the file's digital signature agaisnt the Business partners PGP public key
                          3. Decrypt the file using our PGP Public key
    Thanks in advance

    Yes it is supported.
    You can find its documentation in this link 
    You can find section X.509 Certificate Identity Keys
    You can set public and private key in property SSH Identity thumbprint  of send and receive port
    I prefer to test it using client tool like
    FileZilla or WinSCP then test it using sftp adapter
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer

  • BizTalk Server 2013 SFTP Adapter with private key - Did not poll any files

    Hello, 
    We have a requirement to connect SFTP secure site with the private key and polling files.   Initially I have
    tested BizTalk Server 2013 SFTP Adapter receiver Port using  Bitvise SSH SFTP Server tool and it was working perfectly in our local network environment( with public private key authentication).
    However when we connected to Client SFTP server with private key authentication, It successfully connected to SFTP Server but
    did not poll any files from SFTP Site.  I added only one file to SFTP Server ( 145 kb file) for testing purpose.
    However BizTalk Server 2013 SFTP Send Adapter is working well with the same configuration.
    I could not find any errors in Event viewer also.  I can download\upload file using WinSCP tool .
    So I downloaded nSoftware SFTP Adapter trial version and deployed on server. nSoftware SFTP adapter  is also working find
    without any issues for Client SFTP Site.
     This is the configuration on SFTP Receive Adapter
    This is how SFTP Server download folder permission configured. I have got this details using WinSCP tool. 
    <o:p></o:p>
    Appreciate your help on this.<o:p></o:p>
    Thanks<o:p></o:p>
    PrabathD<o:p></o:p>

    BizTalk Adapter for SFTP is where the polling logic is implemented. It is not part of the SFTP Client logic. any SFTP Client is for User Interaction and you do what you want/when you want.
    The BizTalk Receive however is for purposes of automation and the adapter polls the receive location using the credentials every polling interval to check for the files matching the filter. When it find a file, it will read and publish to message box or
    submit to pipeline for processing. Your setting the polling interval to 0 (ZERO) might actually be disabling the polling.
    Set your poll interval to a non-zero value and check the behavior.
    Regards.

  • SFTP adapter(file path for private key)

    Guys,
      Can anyone help me in uderstand usage of file path for private key in SFTP adpter, who would provide this key file.
    When this file is kept on Transaction AL11 is this format specifc? only .ppk files should be kept.
    Should i ask my FTP vendor for this key file ? is it script or something like that . everytime my file is picked up from my mentioned  directory what does this private key option searched for?
    Appreciate your thoughts in this..
    Regards
    Chaithanya

    Hey,
    SFTP is not supported by XI / PI , Supports  FTPS -  FTP with SSL.
    Check this Links,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51?overridelayout=true
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    Cheers
    Agasthuri

  • Backup CUCM 10.5 via SFTP using ssh-key

    Hey guys,
    I would like to backup my CUCM 10.5 using SSH pre-shared key. Is it possible?

    Hi,
    the question is not clear. can you give more info ?
    normal backup is done through SFTP network location from disaster recovery page
    HTH
    Anas
    don't forget to rate the helpful posts

  • NSS326 SFTP and SSH Key

    Hi,
    anyone have idea how to configure SFTP with SSH public/private key (without promt password) for non admin accounts on NAS NSS326 ?
    I have tried to generate with Putty and Puttygen a key but works only for admin user. Pls help me.
    Thanks
    Rudi

    Nodoby has a idea about this problem?
    Thanks
    Rudi

  • Key based authentication issue in SFTP adapter

    Dear Experts,
    We have a scenario ECC -->SAP PI 7.0-->SFTP server where we are trying to connect to the SFTP server with a Advantco(3rd Party) SFTP adapter. We have placed our private key in a local folder in PI server (not using Net Weaver Key Store) and shared corresponding OpenSSH public key to the trading partner maintaining the SFTP adapter. However, while trying to connect the server through PI, we are getting “com.jcraft.jsch.JSchException: Auth fail” error. Our basis team has confirmed that the SFTP server is reachable when they are trying manually having the same key-pair, but only our SFTP adapter is not able to connect.
    Could you please tell me if we are missing any part of configuration? Like any specific location we need to place the private key in PI server?

    It's solved now. there was some problem related to passphrase we were giving at the time of generating the key. We have generated a key pair without passphrase and the adapter can reach the target SFTP server properly.
    Thanks,
    Soham

  • OSB SFTP transport not finding key for hostname, IP

    Hello everyone,
    I'm trying to set a proxy service in OSB that connects to a SFTP server to retrieve files.
    I am on a single server environment.
    WLS version is 10.3.6
    SOA Suite/OSB version is 11.1.1.6
    I've setup the directory for the known_hosts file which contains the public key to access my SFTP :
    $DOMAIN_HOME/config/osb/transports/sftp
    I've tried reaching the SFTP server from my server and it works fine :
    sftp -v -oIdentityFile=myKey user@my-sftp-hostname
    But when I try this with my proxy service, I get the following error :
    <6 janv. 2014 11 h 49 CET> <Error> <SFTPTransport> <BEA-381826> <Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>
    [ERROR] TransportProtocolCommon - The Transport Protocol thread failed <com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:40)
            at com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.verifyHostKey(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.performKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.beginKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.onMsgKexInit(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:722)
    <6 janv. 2014 11 h 49 CET> <Error> <SFTPTransport> <BEA-381828> <Exception SFTPClientException, message : Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>
    <6 janv. 2014 11 h 49 CET> <Error> <WliSbTransports> <BEA-381602> <Une erreur est survenue lors de l'interrogation de la ressource pour l'adresse de service ProxyService$DHARMA_ECOMMERCE_OSB$OUT$Commande$V4$ProxyServices$ADC$SFTP_Test : com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
    com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:125)
            at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            Truncated. see log file for complete stacktrace
    Caused By: com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.getSftpResource(SFTPWorkPartitioningAgent.java:165)
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:58)
            at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            Truncated. see log file for complete stacktrace
    Caused By: com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:40)
            at com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.verifyHostKey(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.performKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.beginKeyExchange(Unknown Source)
            Truncated. see log file for complete stacktrace
    >
    What  am I missing here ?
    Thank you very much for your help.
    Chris

    Hi,
    It's not finding the key... That may be because:
    1. It's not finding the known_hosts file
    2. The hostname/ip don't match in the file
    3. The public key is not in the Open SSH public key format
    Have you had a look at this?
    http://docs.oracle.com/cd/E28280_01/dev.1111/e15866/http_poller.htm#i1085323
    Cheers,
    Vlad

  • How do I enable "Host-key" for my sftp server on ISE?

    Hello,
    I am having trouble copying my ISE 1.2 upgrade files to my local repositories.
    Here is a cut and paste from my CLI on one of my ISE nodes after attemtping to copy from my workstation (running an SFTP server) to one of my ISE nodes.
    XXX-ise-01/admin# Copy sftp://<My_SFTP_Server_IP_Address>/ise-upgradebundle-1.1.x-to-1.2.0.899.i386.tar.gz. disk:/
    Username: Admin
    Password:
    % ERROR : Backup failed due to one of the following reasons
    1. host-key option is not configured
    2. host key is removed because of re-image
    3. host key is removed from some other repository having same ip/hostname
    % Please reconfigure the host-key option
    % Error: Transfer failed
    I have not configured anything with the "Host-Key" option.
    I have googled and searched but can only find limited references to the "Host-key" command within Cisco. I have tried various forms of this on the ISE node with no luck.
    I tried an FTP transfer but that did not work.
    Any ideas?

    I was wondering why the last character is capitalized. Also are you able to copy files from the disk file over to the same repository. I havent had any problems and I see in a seperate thread that the user gave other directions on how to transfer the file.
    If you can open two ssh connection and try to run the following command to tail the logs:
    "show logging system ade/ADE.log tail"
    You should get some messaging behind the error you are receiving, for example I went to look for a file that did not exist (even though I am using ftp you should get the same error).
    Here is when the transfer fails:
    2014-01-02T13:41:22.506519-06:00 ise01 ADE-SERVICE[4786]: [30325]:[info] transfe
    r: cars_xfer.c[264] [tadmani]: ftp copy in of ftp://172.16.249.1/test requested
    2014-01-02T13:41:22.522470-06:00 ise01 ADE-SERVICE[4786]: [30325]:[error] transf
    er: cars_xfer_util.c[349] [tadmani]: curl error: FTP: couldn't retrieve (RETR fa
    iled) the specified file
    2014-01-02T13:41:22.523040-06:00 ise01 ADE-SERVICE[4786]: [30325]:[error] copy:
    cm_copy.c[1144] [tadmani]: local file disk:/ transfer from url ftp://172.16.249.
    1/test failed retcode=-302
    2014-01-02T13:41:22.527148-06:00 ise01 ADEOSShell[30325]: ADEAUDIT 3017, type=CO
    PY, name=COPY IN FILE FAILED, username=tadmani, cause=Error while copying file f
    rom remote system, adminipaddress=172.16.247.12, interface=CLI, detail=Disk file
    disk:/ transfer from url ftp://172.16.249.1/test failed
    Here is when login fails:
    curl error: FTP: login denied
    Here is some logging around a successful transfer -
    2014-01-02T13:44:46.897499-06:00 ise01 ADE-SERVICE[4786]: [30766]:[info] transfe
    r: cars_xfer.c[264] [tadmani]: ftp copy in of ftp://172.16.249.1/running-config
    requested
    2014-01-02T13:44:46.934972-06:00 ise01 ADEOSShell[30766]: ADEAUDIT 2042, type=CO
    PY, name=COPY FILE, username=tadmani, cause=Copied a file, adminipaddress=172.16
    .247.12, interface=CLI, detail=Copied disk file disk:/ from url ftp://172.16.249
    .1/running-config successfully
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • Configuring sftp to recognize kbd input like arrow keys

    I use sftp (from a terminal window) to post files to my web servers. For what I'm doing, a GUI is overkill and just slows me down. I need to know if there is a way to configure sftp to recognize a keystroke like the "up arrow" and interpret it as "repeat the last command", like the bash shell does. Does it use someting like a TERM value?

    The default console is very poor, so you can't even do that without extra native libraries (I believe JConsole was one).
    Although if you add some Swing, you can create a console-like system with a JFrame and some textfields.

Maybe you are looking for

  • How to use  modify command?

    i want to modify table t_bseg which is used n BTE interface_00001050 i want to modify only 1 specific line, how can i modify this line without using index because i get 0 when i use sy-tabix? ( i want to modify this line using the table keys ) . than

  • HOW TO USE R/3 AS AN RETAIL SYSTEM?

    HI FRIENDS I HAVE INSTALLED SAP 4.7 IDES. I WANT TO USE IT SA AN RETAIL SYSTEM. WHAT ARE THE SETTINGS NEED TO UTILISE AS A RETAIL SYSTEM. THANKS IN ADVANCE

  • Can't open itunes after 7.7 upgrade

    I can no longer open itunes after updating 7.7. Tried all normal tricks. Multiple reinstalls and restarts. I get "itunes has encountered a problem and needs to close" and asks if I want to send an error report to microsoft. I also tried downloading o

  • ADF JDeveloper 10.1.3

    I have a project with ADF JClient and ADF UIX, I like to make a upgrade to Jdeveloper 10.1.3 but this features doesn't support in this version. Is it possible to include this features with extensions or libraries into new jdeveloper? Thanks.

  • Restore Failure when trying to create bootable image of OS X 10.6

    I am trying to create a bootable drive containing the data from a OS X Snow Leopard Family Pack disk (Family Pack is possibly the source of my problem??). I have already partitioned an external HDD to accommodate the data and have created a disk imag