Skip to main content

Exporting/Saving Putty/SecureCRT/SecureFX sessions on Windows!!

This is my first stint with blogging and I thought why not just start with sharing some useful information/tricks  that can save you some time.

To begin with , here are couple of tips that could save you some time.

Actually, I had once this problem where I have to take backup and move my work data to a new laptop and as we normally do , I also put my data on some external drive and copied it to the new box. During all this exercise I realized that by this I can only back up the data, what about the work I am doing..my configurations and installations...? What the heck...I need to spend lot of time to redo all that...crap.

I was using Putty, SecureCRT and SecureFX to log on to client side boxes and to work upon. And all three had at least 30 saved sessions having IP/user/pwd information, reconfiguring those sessions would be a daunting tasks. I did some research "well by that I meant googling also..:)" and here is how a little information can help you..

If you are using Putty on windows...
Putty actually does not have any config or ini file , it writes all the user created sessions in windows registry. You can find the sessions saved in putty at HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions location. That's it...we are almost done. Just export this key and save it to some location or external drive if you plan to move to some different windows box. Last thing you need to do is import this key to any other windows system where putty is running.

If you are using SecureFx/SecureCRT on Windows...
SecureCRT saves the user sessions information under windows user home directory. \AppData\Roaming\Van Dyke Technologies\SecureCRT\Config\sessions. You just need to copy the sessions folder and save it to some location. Just as a word of caution..., with Windows 7, Microsoft has changed the users home directory to C:\Users\. The same is c:\documents and settings\ in WindowsXP and prior versions.
I guess you know what is coming next..I need not to explain how to copy the sessions folder to the same location on any other windows box where you want to setup secureCRT/SecureFX and yes...you do not want to redo all the session creations..:)

Please leave you comments..how did you find it? and remember.. this is my first blog..:)

Comments

  1. It was quite informative.
    I couldn't find the Putty sessions in the registry, so I made all the 27 sessions by myself. The bottom line is that there is no way you can transfer your sessions from putty to SecureCRT. VanDyke is working on some method as I had some email exchanges with their support group as I am the prime for my company on this software and I need to know the A-Z of this software by heart.
    Also, I had confusion in finding the SecureCRt sessions, before realizing that I had modified the location of the sessions to a more appropriate and reachable destination as My Documents. I am in the testing phase of this software so I need regular access to the MD5 files and the session .ini files.
    The post, in all, was quite enthusiastic and informative.
    Way to go Nilesh!

    ReplyDelete
  2. Thanks for sharing this amazing post for more info plz visit SecureCRT & SecureFX 8.7.2 Crack

    ReplyDelete
  3. Such useful Post! I Love Reading Your Posts And Frequently i Visit Your Blog, So I am Sharing My Stuff Too You
    May Like This Also,
    SecureCRT and SecureFX 2020 License Key

    ReplyDelete
  4. Software Name: ChessBase Crack
    Download Link: https://cracks4you.com/chessbase-crack/

    ReplyDelete

Post a Comment

Popular posts from this blog

Navigating the Data Lake: Deploying Hadoop/HDFS and Spark on Kubernetes

Introduction: In the modern era of data-driven decision-making, organizations are constantly seeking innovative solutions to harness the power of big data. One such solution is the deployment of Hadoop/HDFS and Spark on Kubernetes—a strategic endeavor that requires careful planning and execution. In this blog post, I will explore the process of deploying these technologies on Kubernetes, unlocking new possibilities for data management and analysis. This is the same solution that we used when we started to build our no code/low code data pipeline and visualization platform DataSetu. For Datasetu we needed to create a Data lake for processing huge dataset with high performance. This how we went about it, Chapter 1: Setting the Foundation with Kubernetes Before embarking on our journey to the data lake, it's essential to establish a solid foundation. Kubernetes serves as the cornerstone of our infrastructure, providing the orchestration and scalability needed to manage our distributed...

How to use Generative AI on custom data sets across industry to build domain specific use cases

Generative AI is transforming the landscape of machine learning by enabling the creation of new content that can mimic human-like capabilities. One of the most powerful forms of generative AI is the Large Language Model ( LLM ), which can understand and generate human language with remarkable proficiency. A key feature of LLMs is their ability to be re-trained or fine-tuned on custom data sets. This allows organizations to tailor the model's responses to specific domains or use cases. For instance, a legal firm could train an LLM on legal documents to assist in drafting contracts, while a medical research company could train it on scientific papers to generate new research hypotheses. The process of re-training an LLM involves several steps. First, a suitable data set must be curated. This data set should be large enough to cover the desired scope and diverse enough to enable the model to learn various patterns and nuances. Next, the model must be fine-tuned, which involves adj...