Socket
Book a DemoInstallSign in
Socket

vagrant-rlogin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vagrant-rlogin

1.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Vagrant RLogin Plugin

This is a Vagrant plugin that enables to ssh into vm with RLogin.

Installation

vagrant plugin install vagrant-rlogin

Usage

vagrant rlogin

Configuration

Vagrant.configure(2) do |config|
  # ...
  config.rlogin.exe_path = 'C:\Program Files (x86)\RLogin\RLogin.exe'
  config.rlogin.config_path = 'C:\Users\username\.vagrant.d\rlogin.rlg'
  # ...
end
  • exe_path A RLogin.exe file path. We will find real path
    • If set and executable, use it.
    • If set and not executable, search in PATH.
    • If not set, search "RLogin.exe" in PATH.
    • If not found in PATH, use 'C:\Program Files (x86)\RLogin\RLogin.exe' or 'C:\Program Files\RLogin\RLogin.exe'
  • config_path Template filename of the RLogin configuration file

Thanks

Vagrant ( https://github.com/https://github.com/mitchellh/vagrant ) vagrant-multi-putty ( https://github.com/nickryand/vagrant-multi-putty ) vagrant-teraterm ( https://github.com/tiibun/vagrant-teraterm )

FAQs

Package last updated on 05 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.