Access Linux Server Remotely Using SSH - Putty | Windows CMD | GitBash | MobaXterm

M Prashant
28 Jul 202412:37

Summary

TLDRThe video provides a step-by-step guide on accessing virtual machines using PuTTY and Mobaxterm. It explains how to download and install PuTTY, configure network settings in VirtualBox, and connect to CentOS and Ubuntu virtual machines via SSH. The process includes checking IP addresses, enabling necessary services, and customizing terminal settings for an improved user experience. The video also highlights the advantages of using Mobaxterm for multi-tab terminal access and better visualization, making remote server management more efficient and user-friendly.

Takeaways

  • 😀 The script discusses useful tools that one should be aware of for accessing a server on the right side, suggesting a practice of using Google.org for downloading.
  • 🔍 It provides a step-by-step guide on how to access a CentOS virtual machine using a terminal, starting with opening the terminal and zooming in for better visibility.
  • 📝 The importance of checking the IP address using the 'ifconfig' command is highlighted, which is crucial for accessing the server.
  • 🔄 A common error that arises when trying to access the server is mentioned, along with the solution to change the network settings from 'Attach to Network' to 'Bridge Adapter'.
  • 💻 The script explains how to restart the virtual machine to apply network changes and check for a new IP address using 'ifconfig'.
  • 🔗 It describes the process of connecting to the server using the new IP address, accepting the certificate, and logging in with the username and password.
  • 🛠️ Customization options for the terminal interface are presented, such as changing the font size and appearance to suit user preferences.
  • 🔧 The script also covers accessing the server using 'SSH' from the command line, including entering the correct username, password, and IP address.
  • 🖥️ The use of 'Git Bash' as an alternative method for accessing the server is introduced, which is popular among Git users.
  • 📚 The benefits of using a multi-tab terminal like 'MobaXterm' are outlined, including its user-friendly interface and features for easier file and log reading.
  • 🔄 Finally, the script touches on the use of 'IP address' commands like 'ip addr' for checking connectivity and accessing the server from different terminals.

Q & A

  • What is the first step to access a server using the tools discussed in the script?

    -The first step is to download the tool from google.org by clicking on the download button.

  • How can one check the IP address of their virtual machine after installing the tool?

    -One can check the IP address by using the 'ifconfig' command in the terminal, which will show the network interfaces and the IP address associated with them.

  • What is the default port number used to connect to a server in the script?

    -The default port number used to connect to a server is 22.

  • What is the error encountered when trying to access the server for the first time, and how can it be resolved?

    -An error is encountered due to incorrect settings in the virtual box. It can be resolved by changing the network adapter to 'Bridge Adapter' in the network settings of the virtual machine.

  • What command is used to restart the network interface after changing the settings?

    -The 'ifconfig' command is used again to check the new IP address after the network settings have been changed.

  • How can one verify if the network settings have been changed successfully?

    -By using the 'ifconfig' command again and checking for a new IP address that is different from the previous one.

  • What is the significance of the new IP address obtained after the network settings change?

    -The new IP address signifies that the network settings have been successfully updated, allowing for proper access to the server.

  • How does one accept the certificate when prompted during the server access attempt?

    -One should simply accept the certificate to proceed with the connection to the server.

  • What is the purpose of the 'reboot' command used in the script?

    -The 'reboot' command is used to restart the virtual machine after making changes to the network settings, ensuring that the changes take effect.

  • How can one customize the terminal appearance after accessing the server?

    -One can customize the terminal appearance by changing the settings such as font size, style, and color through the interface options.

  • What is the difference between accessing a server using the terminal and using a graphical interface like MobaXterm?

    -The terminal provides a command-line interface for accessing the server, while MobaXterm offers a graphical interface with additional features like multi-tab support and session management.

Outlines

00:00

🔒 Accessing a Virtual Machine via Server

This paragraph discusses the process of accessing a virtual machine (VM) using a server. It explains the initial steps of downloading and installing a tool from google.org, and then accessing the VM through a terminal by using a command to check the IP address. The speaker guides through the error resolution process when unable to access the server, suggesting changes in the virtual box settings, specifically in the network settings from 'Attached to' to 'Bridge Adapter'. After making these changes and rebooting the VM, a new IP is obtained, and the process of logging in via the terminal using the new IP and credentials is demonstrated.

05:00

🖥️ Remote Access to Virtual Machines and Interfaces

The second paragraph elaborates on the remote access to a virtual machine through a terminal interface. It covers accessing the VM using different commands based on the operating system, such as 'ifconfig' for IP address checking and 'apt-get install' for installing necessary packages. The speaker also explains how to enable and start services for remote access, like using 'systemctl start' to start the SSH service. The paragraph includes troubleshooting steps for errors encountered during access, such as ensuring services are enabled and correctly installed. It concludes with demonstrating the successful connection to the VM and customization options available within the terminal interface.

10:04

🛠️ Using Multiple Terminal Interfaces for Remote Access

The final paragraph introduces the concept of using multiple terminal interfaces for accessing and managing remote servers or virtual machines. It describes the steps to install and run a terminal application with a focus on its user-friendly interface and multi-tab functionality. The speaker explains how to connect to a remote host by specifying the IP address, user, and port, and how to handle authentication with passwords. The paragraph also touches on the benefits of using such terminals for multitasking and efficient management of remote systems, showcasing the ease of switching between different sessions and customizing the terminal appearance.

Mindmap

Keywords

💡Tools

In the context of the video, 'tools' refers to software applications or utilities that are helpful for a specific purpose. The video mentions several tools, such as 'Google.org' and 'Putty', which are used for accessing and managing servers. For example, 'Putty' is described as a tool to access a virtual machine by using an IP address.

💡IP Address

An 'IP Address' is a numerical label assigned to devices connected to a computer network that uses the Internet Protocol for communication. In the video, the script discusses how to find and use the IP address of a virtual machine to access it remotely, using commands like 'ifconfig' to retrieve it.

💡Virtual Machine

A 'Virtual Machine' is an emulation of a computer system. The video script describes accessing a virtual machine using an IP address and a tool like 'Putty'. It also explains how to change the network settings of a virtual machine to enable access, such as changing from 'NAT' to 'Bridge Adapter'.

💡Network Interface

A 'Network Interface' is a software or hardware component that allows a computer to connect to a network. The script mentions looking at the network interface to find broadcast and multicast settings, which are essential for configuring the IP address correctly.

💡Bridge Adapter

A 'Bridge Adapter' is a network device that connects two or more separate networks, allowing them to work as a single network. The video explains changing the virtual machine's network setting to a bridge adapter to fix connectivity issues.

💡Reboot

To 'Reboot' means to restart a computer or other digital device. In the script, rebooting the virtual machine is mentioned as a step to apply changes made to the network settings and to obtain a new IP address.

💡SSH (Secure Shell)

SSH is a protocol that provides a secure channel over an unsecured network. The video discusses using SSH to access a server remotely, which involves accepting a certificate and entering a username and password to log in.

💡Terminal

A 'Terminal' is a type of user interface where users can interact with the computer using a command-line interface. The script describes opening a terminal to execute commands, such as 'ifconfig', and to access a virtual machine remotely.

💡Configuration

In the context of the video, 'Configuration' refers to the settings and options that are set up for a system or application. The script talks about changing the configuration of a virtual machine's network settings to enable remote access.

💡Remote Access

Remote access is the ability to connect to and control a computer from another location. The main theme of the video is about setting up and using remote access tools to connect to a virtual machine or server, as demonstrated by using 'Putty' and 'SSH'.

💡Script

In computing, a 'Script' is a sequence of instructions that a computer can execute. The video script itself is a form of script that guides the user through a series of steps to achieve the goal of setting up remote access to a virtual machine.

Highlights

Introduction to useful tools for accessing a server.

Downloading and installing a tool from google.org.

Starting with the basics of accessing a virtual machine.

Using the ifconfig command to check IP address.

Accessing the server using the provided IP address.

Troubleshooting an error encountered during access.

Changing network settings to 'Bridge Adapter' for proper access.

Rebooting the virtual machine to apply network changes.

Verifying the new IP address after the reboot.

Accepting the certificate for secure access.

Logging in using the username and password.

Customizing the terminal interface for better usability.

Demonstrating the use of multiple commands in the terminal.

Accessing the virtual machine using the terminal.

Using the 'ip addr' command in Debian-based systems.

Enabling and starting the SSH server for remote access.

Checking the status of the SSH service to ensure it's running.

Using PuTTY to access the virtual machine with a new IP.

Exploring the use of Git Bash for accessing remote servers.

Using MobaXterm for multi-tab terminal sessions.

Connecting to a remote host using SSH in MobaXterm.

Customizing the font size and appearance in the terminal.

Concluding the tutorial with successful access to the virtual machine.

Transcripts

play00:00

चलिए इस सेक्शन में बात करते हैं कुछ

play00:01

यूजफुल टूल्स जिसके बारे में आपको नॉलेज

play00:04

होना चाहिए जब भी आप

play00:30

समझते हैं कि जैसे कि मान लो ये जो हमारा

play00:32

राइट साइड में एक सर्वर है जो

play01:00

कैसे एक्सेस कर सकते हैं वह चीज हम

play01:02

प्रैक्टिस करने वाले

play01:05

हैं सिंपली आपको

play01:11

google.org इसके डाउनलोड बटन पे क्लिक

play01:13

करना है डाउनलोड पुटी एंड इसके बाद जो

play01:16

एमएसआई है

play01:30

सिंपल स्टेप्स है इसके एंड इसके बाद हम

play01:32

लोग इसको फिनिश कर देंगे एंड यहां पे

play01:34

इंस्टॉल हो गया है सिंपली सर्च में आप

play01:35

जाओगे एंड पुटी सर्च करोगे एंड यहां पे आप

play01:39

ओपन कर लोगे फर्स्ट टाइम आपको इस टाइप का

play01:41

स्क्रीन दिखता

play01:45

है चलिए सबसे पहले देखते हैं कि पुटी से

play01:48

हम लोग अपने सेंटस वाले वर्चुअल मशीन को

play01:50

कैसे एक्सेस कर सकते हैं तो चलिए पहले

play01:52

सेंटस वाले वर्चुअल मशीन प चलते हैं एंड

play01:56

सिंपली मैं यहां पे टर्मिनल ओपन कर लेता

play01:58

हूं एंड थोड़ा सा जूम कर लेता हूं एंड

play02:00

यहां पे सबसे पहले हमको जो जरूरत है वो है

play02:03

आईपी चेक करने की तो आईपी के लिए हम लोग

play02:05

इफ कॉन्फिन नाम की कमांड यूज़ करते हैं इफ

play02:07

कॉन्फिन सो यहां पे आपको जो एक नेटवर्क

play02:11

इंटरफेस दिखता है जिसके सामने आपको

play02:13

ब्रॉडकास्ट रनिंग मल्टीकास्ट दिखेगा इसके

play02:15

सामने आपको एक आईपी दिखती है ठीक है सो

play02:18

यही आईपी को यूज करके हम इस सर्वर को

play02:20

एक्सेस कर सकते हैं सो हम सिंपली क्या

play02:23

करते हैं चलिए अ पुटी स्टार्ट कर लेते हैं

play02:26

यहां पे देखो होस्ट नेम या तो आईपी हमको

play02:28

एड्रेस देना है तो हम लोग सिंपली आईपी जो

play02:30

प्रोवाइड कर देते हैं जो हमको अपने

play02:32

वर्चुअल मशीन पे दिखाई दे रही है मैं

play02:35

सिंपली इसको एक्सेस कर देता हूं पोर्ट 22

play02:37

हमारा डिफॉल्ट है वहीं रखते हैं एंड

play02:40

कनेक्ट करते हैं ओके सो यहां पे हमको एरर

play02:42

आ गया है सो इस एरर को कैसे हम लोग चेंज

play02:46

कर सकते हैं फिक्स कर सकते हैं चलिए वो

play02:48

देखते हैं इसके लिए हमें थोड़ी सी सेटिंग

play02:49

चेंज करनी पड़ती है वर्चुअल बॉक्स की

play02:51

सिंपली हम जाएंगे डिवाइसेज में एंड

play02:53

डिवाइसेज में आप जाओगे नेटवर्क और नेटवर्क

play02:56

सेटिंग्स में ओके सो बाय डिफॉल्ट यहां पे

play02:59

आप देखो देखोगे अटैच टू नेट सो वहां पर

play03:01

आपको चेंज करना है ब्रिज एडाप्टर तो ब्रिज

play03:04

अडेप्ट प आप चेंज कर दोगे ओके कर दोगे एंड

play03:07

इसके बाद चलिए चेक कर लेते हैं एक बार हम

play03:10

वर्चुअल मशीन में कि क्या कोई चेंज हुआ है

play03:12

इफ कॉन्फिन से हम लोग कमांड यूज करेंगे

play03:15

ओके सो अभी भी आईपी हमारी सेम है तो हम

play03:17

लोग सिंपली क्या है इसको रीस्टार्ट करना

play03:19

पड़ेगा वर्चुअल मशीन के लिए सो इसके लिए

play03:22

हम लोग क्या एक कमांड यूज करेंगे रीबूट

play03:24

रीबूट कमांड आप जैसे ही एंटर करोगे आपका

play03:28

वर्चुअल मशीन रिस्ट हो जाएगा सी यह हमारा

play03:31

रीस्टार्ट होने लग रहा है और रीस्टार्ट हो

play03:34

गया इसके बाद मैं फिर से जल्दी से लॉग इन

play03:36

कर लेता

play03:37

हूं एंड इसके बाद फिर से टर्मिनल ओपन करता

play03:41

हूं एंड फिर से हम लोग इफ कॉन्फिन को चेक

play03:45

करके आईपी देखते हैं सो इस बार आपको एक नई

play03:47

आईपी दिखेगी 192168 1.35 मतलब यह मेरे केस

play03:51

में है आपके में कुछ और होगी सो हम लोग

play03:54

क्या है एक नई आईपी मिल गई दैट मींस यहां

play03:56

पर वर्किंग है पुटी हम लोग फिर से ओपन

play03:58

करते हैं एंड फिर से यह वाली न्यू आईपी जो

play04:01

हमें मिली है वो इस आईपी को हम लोग एंटर

play04:04

करते हैं

play04:07

192.168

play04:09

1

play04:10

135 ठीक है

play04:12

1.35 422 ही है एंड यहां पे हम ओपन करेंगे

play04:16

सिंपली आप देखोगे इस बार कुछ नया है कि

play04:18

यहां पे एक सर्टिफिकेट होता है सिंपली आप

play04:20

एक्सेप्ट कर लो और इसके बाद आपको दिखता है

play04:22

लॉग इन एस सो लॉग इन एस में आपको क्या

play04:24

करना है यहां पर आपको अपना यूजर नेम एंटर

play04:27

करना है तो हमने जो यूजर नेम बनाया था पॉल

play04:29

एंड उसका पासवर्ड देना है सो मैं यहां पे

play04:32

पासवर्ड एंटर कर देता हूं सो आप देखोगे हम

play04:34

यहां पे सक्सेसफुली हम कनेक्ट हो गए हैं

play04:38

इस टर्मिनल से इस टर्मिनल में देखो आप फुल

play04:40

स्क्रीन कर सकते हो इसमें आप सेटिंग चेंज

play04:43

कर सकते हो जैसे कि चेंज सेटिंग्स में

play04:44

जाते हैं राइट क्लिक मैंने ऊपर किया था

play04:46

अपीयरेंस एंड चेंज में एंड सिंपली मैं

play04:49

फॉन्ट चेंज कर लेता हूं साइज आप चेंज कर

play04:52

सकते हो ओके एंड अप्लाई करता हूं सो सो सी

play04:56

तो आप इसको कस्टमाइज कर सकते हो अपने तरह

play04:58

से स्क्रिप्ट रन कर सकते हो हो काफी सारे

play05:00

कमांड्स यूज कर सकते हो सो यहां पर काफी

play05:03

एक अच्छा आपको एक इंटरफेस मिल जाता है

play05:05

यहां भी देखोगे आपको सेम टर्मिनल है मतलब

play05:08

वर्चुअल मशीन जो हमारा था अब हम इसको इस

play05:10

टर्मिनल से एक्सेस कर रहे हैं और यहां पर

play05:13

हमारी सारी कमांड्स पीडब्ल्यूडी होस्ट नेम

play05:15

सारी कमांड्स प्रॉपर्ली वर्क कर रही

play05:20

हैं चलिए सेम प्रोसेस हम लोग वन टू

play05:23

वर्चुअल मशीन के लिए भी देख लेते हैं

play05:25

सिंपली मैं टर्मिनल ओपन करता हूं एंड

play05:28

इसमें जो कमांड है थोड़ी सी डिफरेंट होगी

play05:30

क्योंकि ये डेवियन बेस्ड है सो इसमें आईपी

play05:33

एडीडीआर जो कि आईपी एड्रेस के लिए कमांड

play05:35

होती है आईपी एडीडीआर सो इसमें भी आपको

play05:38

सेम वही पैटर्न दिखेगा इंटरफेस दिखेंगे

play05:41

जैसे कि ब्रॉडकास्ट मल्टीकास्ट एंड इसमें

play05:43

आपको एक आईपी मिल जाएगी ठीक है लेकिन हम

play05:45

लोग को पता है कि ये आईपी से काम नहीं

play05:47

होगा इसलिए हम डिवाइस में जाके नेटवर्क

play05:49

सेटिंग्स पहले चेंज कर लेते हैं नेटवर्क

play05:51

सेटिंग्स में हम जाके नेट से ब्रिज

play05:53

एडाप्टर कर लेते हैं एंड सिंपली ओके कर

play05:55

लेंगे एंड सिमिलरली हमको इसको भी रीबूट

play05:58

करना पड़ेगा क्योंकि हम लोग ने सेटिंग

play05:59

चेंज करी है सो इसमें भी ट में भी हम लोग

play06:03

रिबूट कमांड यूज कर सकते हैं रिबूट और

play06:06

जैसे ही हम लोग इसको एंटर करेंगे आप

play06:07

देखोगे हमारा जो वनटू है रीस्टार्ट हो गया

play06:10

है सो फिर से मैं आईपी एडीडीआर कमांड से

play06:13

आईपी चेक कर लेता हूं सो आप देख सकते हो

play06:15

192168 1.16 एक नई आईपी हमको मिल गई दैट

play06:19

मींस हमारी नेटवर्क सेटिंग्स प्रॉपर है

play06:21

पुटी मैं ओपन कर लेता हूं एंड इस न्यू

play06:24

आईपी को हम लोग चेक करते ठीक है 192.168

play06:32

1.16 ठीक है सो मैंने यहां प आईपी एंटर कर

play06:34

दी एंड ओपन करता हूं एंड लेट्स सी कि

play06:37

हमारा एक्सेस होता है कि नहीं ओ हमें यहां

play06:39

पे एक एरर आ गया है चलिए इसको समझते हैं

play06:41

एंड इसको फिक्स कैसे करना वो चीज देखते

play06:43

हैं देखिए किसी भी वर्चुअल मशीन को एक्सेस

play06:46

करने के लिए वहां पे एक सर्विस इनेबल होना

play06:48

चाहिए स्टार्ट सो वो हम इंस्टॉल कर लेते

play06:50

हैं आपको क्या करना है सुडो एप्ट इंस्टॉल

play06:54

एंड ओपन एसएसए हान सर्वर यह कमांड आपको

play06:58

एग्जीक्यूट करनी है सिंपली हम क्या है ओपन

play07:00

एसएसएस सर्वर नाम की एक पैकेज को इंस्टॉल

play07:02

कर रहे हैं सिंपल ठीक है और जैसे ही ये

play07:06

इंस्टॉल हो जाएगा हमको उसको सिंपली

play07:08

स्टार्ट करना है बेसिकली हम क्या कर रहे

play07:10

हैं एक सर्विस को इनेबल कर रहे हैं सो दैट

play07:12

हम अपने सर्वर को बाहर से रिमोट एक्सेस कर

play07:15

पाए ठीक है ये देखो हमारा सर्विस जो पैकेज

play07:19

था इनेबल आई मीन इंस्टॉल हो गया है ओके अब

play07:23

इसको स्टार्ट करना तो हम लोग यूज करेंगे

play07:25

सिस्टम सीटीएल स्टार्ट एंड एसएसए सिंपल हम

play07:30

लोग को चेंज कर रहे हैं इसलिए वह पासवर्ड

play07:32

मांग रहा है हम लोग पासवर्ड दे देंगे सेम

play07:33

व यूजर का पॉल यूजर का एंड इसके बाद

play07:36

स्टेटस भी चेक कर सकते हो सिस्टम सीटीएल

play07:38

स्टेटस एसएसए आप देखोगे एक्टिव एंड रनिंग

play07:41

है चलिए इतना काम हो गया इसके बाद हम लोग

play07:43

फिर से पुटी पे जाके फिर से एक बार ट्राई

play07:45

करेंगे इफ इट इज वर्किंग र नॉट सिंपली हम

play07:48

ओपन करेंगे एंड नाउ यू कैन सी इट इज

play07:50

वर्किंग एक्सेप्ट करेंगे एंड यहां पे यूजर

play07:53

नेम एंड पासवर्ड हम प्रोवाइड कर देंगे

play07:56

सिंपल ओके हेयर यू गो सो आप देख सकते हो

play07:59

कि यहां पे हम लोग ने काफी आसानी से नट के

play08:02

वर्चुअल मशीन को भी इजली एक्सेस कर लिया

play08:05

है यहां भी मैं फॉन्ट चेक कर चेंज कर रहा

play08:08

हूं यहां पे बोल्ड एंड थोड़ा सा बड़े

play08:10

फ्ट्स ले ले रहा हूं एंड अप्लाई करता हूं

play08:12

सो आप देखोगे काफी क्लियर आप देख सकते हो

play08:15

पूरा फुल स्क्रीन यूटिलाइज कर सकते हो और

play08:17

अपनी ओनट बेस जो आपकी कमांड्स हैं यहां पे

play08:21

आप उसको एक्सेस कर सकते हो सिंपली मैं कैट

play08:24

टीसी ओ रिलीज भी करके दिखा देता हूं कि नट

play08:28

जो हम लोग ने एक्सेस कर रहे हैं ये वही

play08:31

वर्चुअल मशीन है सो मैं सिर्फ वेरिफिकेशन

play08:33

के लिए आपको दिखा रहा था

play08:41

दैट्ची या तो रिमोट सर्वर को एक्सेस कर

play08:43

सकते हैं सिंपली पहले तो मैं इफ कॉन्फिन

play08:46

अभी हम लोग सेंटस के लिए कर रहे हैं इफ

play08:52

कॉन्फिन में जाके सिंपल आप जो सीएमडी है

play08:54

ना हमारा कमांड लाइन उसको ओपन करना है

play08:57

इसके बाद हम लोग कमांड यूज़ करेंगे यहां

play08:59

पे एसएसए कमांड क्योंकि बेसिकली हम लोग

play09:02

क्या है सिक्योर शेल कमांड यूज करते हैं

play09:04

एसएसए इसके बाद यूजर का नाम तो हमारे केस

play09:07

में हो गया यूजर का नाम पॉल @ रेट एंड

play09:10

उसके बाद होस्ट नेम या तो आईपी तो जो आईपी

play09:12

हम लोग ने कॉपी करी है वो मैं यहां पे

play09:13

पेस्ट कर देता हूं ठीक है एंड सिंपली मैं

play09:16

एंटर करता हूं सो आप देखोगे यहां पे सेम

play09:18

चीज हो रही है यहां पे सर्टिफिकेशन के लिए

play09:20

पूछ रहा है यस मैं कर देता हूं एंड इट इज

play09:22

आस्किंग फॉर द पासवर्ड मैं जैसे ही

play09:23

पासवर्ड यहां पे पुट करता हूं एंटर करता

play09:26

हूं सो आप देखोगे सो मैं विज के सीएमडी से

play09:28

भी काफी आसानी से मैं अपने वर्चुअल मशीन

play09:31

पे लॉग इन कर पा रहा हूं और ऐसे ही आप

play09:33

रिमोट सर्वर पे भी लॉग इन कर सकते

play09:37

हो एक और ऑप्शन है जो कि है गट बैश जो

play09:40

बेसिकली हम लोग गट के लिए काफी यूज़ करते

play09:42

हैं सो यह भी एक यक्स या

play09:59

मोट सर्वर को एक्सेस करके सिंपली यहां यूज

play10:03

कर सकता

play10:07

हूं सिंपली

play10:29

प्ली इसको रन करता हूं ओके सो ये इंस्टॉल

play10:31

है डबल क्लिक करके हम इसको रन करते हैं

play10:34

बहुत ही सिंपल स्टेप्स है यहां पे हम

play10:36

एक्सेप्ट कर लेंगे नेक्स्ट नेक्स्ट

play10:38

नेक्स्ट एंड या

play10:44

दैट्ची है क्या डिफरेंस है चलिए मैं सर्च

play10:47

करके इसको ओपन करता हूं म एक्सटम एंड इसके

play10:50

बाद मैं दिखाता हूं कि इसमें क्या डिफरेंस

play10:53

है और क्या है जैसे पहले ही बात हुई थी कि

play10:55

यह मल्टी टैब टर्मिनल है ओके सो इसमें

play10:58

क्या यूज होता है चलिए देखते हैं

play11:00

इसको मैं पहले फुल स्क्रीन कर देता हूं

play11:02

इसके बाद सिंपली आपको क्या करना है किसी

play11:03

भी टर्मिनल को एक्सेस करने के लिए सेशन पे

play11:05

जाना है उसके बाद काफी सारे ऑप्शंस है

play11:07

एसएसए लेकिन हम यूज कर रहे हैं रिमोट

play11:09

होस्ट मतलब यहां पे होस्ट नेम है तो आईपी

play11:11

एंड इसके बाद स्पेसिफाई यूजर तो आप सिंपल

play11:13

यहां पे पॉल यूजर जो है अपना वो दे सकते

play11:16

हो पोर्ट हमारा 22 होगा ओके कर देंगे

play11:19

एक्सेप्ट द अपना जो भी कीज है या तो परमिश

play11:24

है एंड उसके बाद मैं सिंपली पासवर्ड देता

play11:26

हूं एंड इट इज आस्किंग कि भाई सेव करना है

play11:28

पासवर्ड तो मैं नो कर देता हूं एंड इसके

play11:31

बाद अगर आप देखोगे इसका प्रेजेंटेशन काफी

play11:33

अच्छा है काफी कलरफुल है तो थोड़ा सा आपको

play11:35

ज्यादा इंटरेस्ट आएगा ओके ठीक है इसमें

play11:38

काम करने में एंड स्पेशली फाइल्स रीडिंग ए

play11:41

लॉग रीडिंग में भी काफी हेल्पफुल होता है

play11:43

चलिए एक हम लोग ने वर्चुअल मशीन एक्सेस कर

play11:47

ली ठीक है अभी हम लोग ओट का भी सेम टाइम प

play11:49

यूज करते हैं सो आईपी एडीडीआर मैं सिंपल

play11:52

यहां पे यह कॉपी कर लेता हूं आईपी को इसके

play11:58

बाद हम लोग मोबा एक्सटम पे फिर से चलते

play11:59

हैं सिंपल आप फिर से सेशन पे कनेक्ट ठीक

play12:02

है क्लिक करो एसएसए यहां पे आईपी हम पेस्ट

play12:05

कर देंगे स्पेसिफाई यूजर नेम तो यहां पे

play12:08

पॉल यूजर दे देंगे ठीक है एंड एक्सेप्ट

play12:11

एंड अगेन यहां पे पासवर्ड

play12:14

देंगे

play12:19

एंड ओके हेयर यू गो सो पासवर्ड हम लोग ने

play12:22

डाल दिया एंड नाउ यू कैन सी कि हम लोग ने

play12:24

साइड बाय साइड दोनों टर्मिनल को ओपन कर

play12:28

लिया है सो आप एक ही समय में अगर

play12:30

मल्टीटास्किंग करना चाहते हो यसी तो मतलब

play12:33

आप काफी इजली स्विच कर सकते हो एक टर्मिनल

play12:35

से दूसरे टर्मिनल पे एंड सो ऑन

Rate This

5.0 / 5 (0 votes)

関連タグ
Virtual MachinesRemote AccessServer ManagementNetwork SettingsIP ConfigurationSSH ToolsUser InterfaceSecurity CertificatesTerminal CommandsMulti-Tab Terminal
英語で要約が必要ですか?